Powered by PHP Photo Album
Submitted by marianaf on Wed, 2007-11-14 14:17.
Hello everyone,
I´ve just downloaded ans intalled php album and it´s the perfect galery for my website. I have just one question regarding the footer saying "Powered by PHP Photo Album".
Is it possible to remove it?
And if it is, how would I do it?
Thank you.
Mariana.

Yes, it is possible to
Yes, it is possible to remove it.
It is somewhere in engine.php file. Just search for that string and replace it with something else.
You can remove it also in album.tpl.php and imageview.tpl.php which are the templates for gallery.
Patrik
Solution is HERE
open the admin.tpl.php in your themes
go near to the bottom where u will find $footer_message
You will find:
-----------------
<? if( $footer_message ) { ?>
<? print $footer_message; ?>
Powered by PHP Photo Album -->
------------------
Change it to:
------------------
<? if( $footer_message ) { ?>
<? print YOUR OWN TEXT; ?>
Powered by PHP Photo Album -->
-------------------
But plz. appreciate Patrik by placing a link to phpalbum.net
Thankyou very much PATRIK.