I would like to edit the footer in 'basic' theme

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.

Tags:

Comments

  • acrylian Administrator, Developer

    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:

    ?>
    <a href="yourlink">Linktext</a>
    <?php
    
  • Many thanks. Worked like a charm!

Sign In or Register to comment.