From: <go...@us...> - 2002-10-11 10:05:49
|
Update of /cvsroot/xoops/xoops-current/html/modules/mydownloads/include In directory usw-pr-cvs1:/tmp/cvs-serv9405/html/modules/mydownloads/include Modified Files: functions.php Log Message: Index: functions.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/modules/mydownloads/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:21 -0000 1.1.1.1 --- functions.php 11 Oct 2002 10:05:16 -0000 1.2 *************** *** 2,8 **** function mainheader($mainlink=1) { ! echo "<br /><br /><p><div align=\"center\">"; ! echo "<a href=\"".XOOPS_URL."/modules/mydownloads/index.php\"><img src=\"".XOOPS_URL."/modules/mydownloads/images/logo-en.gif\" border=\"0\" alt\"\" /></a>"; ! echo "</p><br /><br />"; } --- 2,6 ---- function mainheader($mainlink=1) { ! echo "<br /><br /><p><a href='".XOOPS_URL."/modules/mydownloads/index.php'><img src='".XOOPS_URL."/modules/mydownloads/images/logo-en.gif' alt='' /></a></p><br /><br />"; } |