ZenphotoCMS Forum
I would like to edit the footer in 'basic' theme - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: I would like to edit the footer in 'basic' theme (/thread-13469.html)



I would like to edit the footer in 'basic' theme - stefan - 2020-10-15

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.




I would like to edit the footer in 'basic' theme - acrylian - 2020-10-15

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



I would like to edit the footer in 'basic' theme - stefan - 2020-10-16

Many thanks. Worked like a charm!