Phronesis Established Member ★ 15 ★ Impact 48 Oct 20, 2006 698 views 2 replies #1 change the header logo in PHP Nuke? For the life of me, I can't find the file to replace! I appreciate the help.
change the header logo in PHP Nuke? For the life of me, I can't find the file to replace! I appreciate the help.
Peter VIP Member VIP ★ 20 ★ Impact 209 Oct 20, 2006 1 point #2 open up theme.php in your theme folder and search for function themeheader() { in that function is mainly standard html and you will see a line similar to the following:- PHP: <a href=$nukeurl><img src=themes/Slash/images/logo.gif border=0></a> just change the logo address to the address of your logo.
open up theme.php in your theme folder and search for function themeheader() { in that function is mainly standard html and you will see a line similar to the following:- PHP: <a href=$nukeurl><img src=themes/Slash/images/logo.gif border=0></a> just change the logo address to the address of your logo.