//header navigator for phpNUKE 
version 1.0 beta revision 1
http://www.doctornuke.com
please keep my copyright , for other people can find this mods and help me
develop customized and clean style phpNUKE

//what is header navigator(or bar navigator)
When you see professional site like Yahoo , Navigation system is very important
to help users not lose their way. In Mambo or other CMS , I've seen some Navigator bar
so I try to adapt this for phpNUKE, look more professional and help users to not lose their way.

//installation very easy
1.upload headnav.php --> to /includes/headnav.php
2.in header.php at just above
 if(home==1){

add these lines
//=========================================

include("includes/headnav.php");
global $home,$currentlang,$newpagetitle,$name;


echo "<table width=98%><tr><td>&nbsp;&nbsp;You are here:>&nbsp;<a href=\"index.php\">home</a>>$navbar</td><td align=right><a href=\"http://www.doctornuke.com\">&copy;</a></td></tr></table>";
echo"<table width=98% height=1px><tr height=1px><td  height=1px  width=100% style=background-image:url(\"images/dot_629.gif\") align=right></td><td align=right></td></tr></table>";
//=========================================
3.upload  image -->images/
That's all done , enjoy and help me customized NUKE for professional looking.!
Please keep copyright , there will be some people link from your website  to me and help me built better job!
kijakarn@thaihealth.net

===================
updated!!!
if you like to have Bookmark us ad in doctornuke.com 
chage the first "echo" line to
//===================
echo "<table width=98%><tr><td>&nbsp;&nbsp;You are here:>&nbsp;<a href=\"index.php\">home</a>>$navbar</td><td align=right>";

echo "<script>\n"




."var txt = \"Bookmark\"\n"

."var url = \"http://your site url/\";\n"

."var who = \"your site motto\"\n"


."var ver = navigator.appName\n"
."var num = parseInt(navigator.appVersion)\n"
."if ((ver == \"Microsoft Internet Explorer\")&&(num >= 4)) {\n"
  ." document.write('<A HREF=\"javascript:window.external.AddFavorite(url,who);\" ');\n"
   ."document.write('onMouseOver=\" window.status=')\n"
   ."document.write(\"txt; return true \")\n"
   ."document.write('\"onMouseOut=\" window.status=')\n"
   ."document.write(\"' '; return true \")\n"
   ."document.write('\">'+ txt + '</a>')\n"
."}else{\n"
 ."  txt += \"  (Ctrl+D)\"\n"
   ."document.write(txt)\n"
."} \n"
."</script>";

echo"<img src=\"images/star.gif\"> <a href=\"http://www.doctornuke.com\">&copy;</a></td></tr></table>";
//======================================