techtonik Tue Jun 21 08:37:26 2005 EDT
Modified files: /phpdoc/htmlhelp/suppfiles/skins/HeaderNostalgia skin.js Log: * <a name="_user_notes"> is deprecated - changing to <a id="user_notes"> http://cvs.php.net/diff.php/phpdoc/htmlhelp/suppfiles/skins/HeaderNostalgia/skin.js?r1=1.1&r2=1.2&ty=u Index: phpdoc/htmlhelp/suppfiles/skins/HeaderNostalgia/skin.js diff -u phpdoc/htmlhelp/suppfiles/skins/HeaderNostalgia/skin.js:1.1 phpdoc/htmlhelp/suppfiles/skins/HeaderNostalgia/skin.js:1.2 --- phpdoc/htmlhelp/suppfiles/skins/HeaderNostalgia/skin.js:1.1 Thu Dec 26 14:14:48 2002 +++ phpdoc/htmlhelp/suppfiles/skins/HeaderNostalgia/skin.js Tue Jun 21 08:37:25 2005 @@ -84,7 +84,7 @@ '<map name="phpdoc_menu">' + '<area shape="poly" coords="3,4,41,4,41,20,3,20,3,4" href="#" alt="Path to this page" onclick="skinShowMenu(navLinkPath, this)">' + '<area shape="poly" coords="44,4,92,4,92,20,44,20,44,4" href="#" alt="Online functions" onclick="skinShowMenu(navOnlineMenu, this)">' + - '<area shape="poly" coords="96,4,141,4,141,20,96,20,96,4" href="#_user_notes" alt="User notes">' + + '<area shape="poly" coords="96,4,141,4,141,20,96,20,96,4" href="#user_notes" alt="User notes">' + '</map>'; // If this is a function page, show those headers too