| Code: : |
| if( eregi( "block-YPN_slinks.php", $_SERVER['SCRIPT_NAME'])) { Header("Location: index.php"); die(); } global $prefix; if ($themesidebox == 0) { // USE BELOW FOR EDIT YOUR LINKS $content .= "<center><a target=\"_blank\" href=\" http://www.mozilla.org\"><img src=\"images/YPN_slinks/firefox.gif\" border=\"0\" title=\"Mozilla.org\"alt=\"Go Get It \"></a></center><br>"; $content .= "<center><a target=\"_blank\" href=\" http://phpnuke.org\"><img src=\"images/YPN_slinks/phpnuke.gif\" border=\"0\" title=\"phpnuke.org\"alt=\"Php Nuke \"></a></center><br>"; $content .= "<center><a target=\"_blank\" href=\" http://www.yahoopool.net\"><img src=\"images/YPN_slinks/ypnfull8.png\" border=\"0\" title=\"Yahoopool.net\"alt=\"Yahoopool.net\"></a></center><br>"; // END OF THE EDITING LINKS AREA // If you want it scrolls faster change the amount of marquee scrollamount below // If you want it scrolls from top the bottom change the direction from up to down $content = "<marquee scrollamount=\"2\" direction=\"up\" onMouseOver=\"this.stop()\" onMouseOut=\"this.start()\" loop=\"true\">$content</marquee>"; // If you want you can keep your logo here as static,if you dont want simply put // of the beginning nexr 2 lines //$content .= "<center><a target=\"_blank\" href=\" http://www.yahoopool.net\"><img src=\"images/YPN_slinks/ypnfull8.png\" border=\"0\" title=\"Yahoopool.net\"alt=\"Yahoopool.net\"></a></center><br>"; } |