Member
Member
stefan   2020-10-15, 09:03
#1

Hi, I am new to ZenPhoto and also have no programming skills. I would like to change the footer information. I am using the 'basic' theme. I would like to take out 'Gallery RSS and replave it with a link of my own. Have looked at all the PHP pages but cannot work out where to make the change. If anybody could point me in the right direction I would be most grateful.

Administrator
Administrator
acrylian   2020-10-15, 09:21
#2

The basic theme has a partial file name inc-footer.php where you find the call to the RSS link:
if (class_exists('RSS')) printRSSLink('Gallery', '', gettext('Gallery RSS'), ' | ');

You have to remove that and replace it with your link like this:

?>
Linktext
Member
Member
stefan   2020-10-16, 08:07
#3

Many thanks. Worked like a charm!

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.