From: <go...@us...> - 2002-10-11 10:05:50
|
Update of /cvsroot/xoops/xoops-current/html/modules/mylinks/include In directory usw-pr-cvs1:/tmp/cvs-serv9405/html/modules/mylinks/include Modified Files: functions.php Log Message: Index: functions.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/modules/mylinks/include/functions.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** functions.php 15 Jul 2002 08:13:25 -0000 1.1.1.1 --- functions.php 11 Oct 2002 10:05:17 -0000 1.2 *************** *** 1,7 **** <?php function mainheader($mainlink=1) { ! echo "<br /><br /><p><div align=\"center\">"; ! echo "<a href=\"".XOOPS_URL."/modules/mylinks/index.php\"><img src=\"".XOOPS_URL."/modules/mylinks/images/logo.gif\" border=\"0\" /></a>"; ! echo "</div></p><br />"; } --- 1,5 ---- <?php function mainheader($mainlink=1) { ! echo "<br /><br /><p><a href='".XOOPS_URL."/modules/mylinks/index.php'><img src='".XOOPS_URL."/modules/mylinks/images/logo.gif' alt='' /></a></p><br />"; } |