To add text or a link so that it appears before the "Powered by Coppermine" footer in your Netfirms Picture Pro gallery, follow these steps (where yourtheme is the theme you are using for your Netfirms Picture Pro gallery):
1. Using an FTP tool (eg. Filezilla), download a copy of ../nfpicturepro/themes/yourtheme/theme.php
2. In theme.php, look for echo $template_footer and add any text and/or link you want to output in a line before it. For instance:
print '<span class="footer"><a href="http://www.mylink.com/foo.htm">My Link</a></span>';3. Save the changes and upload the revised theme.php file back to the server in ../nfpicturepro/themes/yourtheme/theme.php
This document is FAQ540.