iGuest 3 Report post Posted January 9, 2005 Hi there. I want to put this code: <link rel="shortcut icon" href="**pic**" />on my php-nuke site... how do I do this? BTW, it's the code that gives you the little picture near the URL PM preferred, but here is still fine Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 10, 2005 And i have 2 other questions - very basicHow do I change whether things are on the side or in the center? like for example, when I got php-nuke installed, there was automatically a thingy there (supporters) and I want to put it on the side. I know it's possible, because I have seen it on another site... And how do I just add different module things to the side? (E.G. Donations?)ANDThere is a default message on the main page. PHP-Nuke Platinum Installed!Congratulations, you have successfully installed PHP-Nuke Platinum version 7.6.0.Create an admininstrator account by clicking here. I want to get rid of that... Thanks...PM preferred Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 10, 2005 the message -> goto to admin blocks and edit. it.. Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 10, 2005 Thanks, nimbus... im such a noob when it comes to php nuke Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 21, 2005 BTW, it's the code that gives you the little picture near the URLHello, In Nuke it's already coded in the header.php line 40:if (file_exists("themes/$ThemeSel/images/favicon.ico")) { echo "<link REL="shortcut icon" HREF="themes/$ThemeSel/images/favicon.ico" TYPE="image/x-icon">n"; }So when you make one (mine are 32x32 and I used Icon edit 2.18, which is free), drop the favicon.ico in your themes/images folder. Share this post Link to post Share on other sites