Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 90
5 members and 85 guests
huelva9, mak9sefastmqwa3, nhghgfdumaq4pst, peardir46, ral6qkeighqenpa
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > General > Site design

Reply
 
LinkBack Thread Tools Display Modes
Help me while im still sane please
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 35
Join Date: May 2003
Help me while im still sane please - 05-24-2003, 10:11 PM



I have been every where looking for documentaion on this and i can not find it anywhere. I have a facicon.ico in my /themes/images/ directory and for some reason it is not finding it. I nticed a if tag in front but im not sure how to edit someplease tell me how to get this favicon.ico to appear. Beow is the code but only the head section if you need more i will post it.



Code:
function head() {



    global $slogan, $sitename, $banners, $nukeurl, $Version_Num, $artpage, $topic, $hlpfile, $user, $hr, $theme, $cookie, $bgcolor1, $bgcolor2, $bgcolor3, $bgcolor4, $textcolor1, $textcolor2, $forumpage, $adminpage, $userpage, $pagetitle;



    $ThemeSel = get_theme();



    include("themes/$ThemeSel/theme.php");



    echo "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\n";



    echo "<html>\n";



    echo "<head>\n";



    echo "<title>$sitename $pagetitle</title>\n";







    include("includes/meta.php");



    include("includes/javascript.php");



    



    if (file_exists("themes/$ThemeSel/images/favicon.ico")) {



	echo "<link REL=\"shortcut icon\" HREF=\"themes/$ThemeSel/images/favicon.ico\" TYPE=\"image/x-icon\">\n";



    }



        



    echo "<LINK REL=\"StyleSheet\" HREF=\"themes/$ThemeSel/style/style.css\" TYPE=\"text/css\">\n\n\n";



    include("includes/my_header.php");



    echo "\n\n\n</head>\n\n";

Ty telli
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On





vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31