From: <w4...@us...> - 2003-01-04 15:40:10
|
Update of /cvsroot/xoops/xoops2/include In directory sc8-pr-cvs1:/tmp/cvs-serv28460/include Modified Files: cp_functions.php Log Message: changed the (C) from 2002 to 2001-2003 Index: cp_functions.php =================================================================== RCS file: /cvsroot/xoops/xoops2/include/cp_functions.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** cp_functions.php 3 Jan 2003 06:59:10 -0000 1.2 --- cp_functions.php 4 Jan 2003 15:40:06 -0000 1.3 *************** *** 136,140 **** function xoops_cp_footer() { ! echo"</div><br /></td><td width='1%' background='".XOOPS_URL."/modules/system/images/bg_content.gif'></td></tr><tr><td align='center' colspan='4' class='bg5' height='15'><table border='0' width='100%' cellspacing='0' cellpadding='0'><tr><td width='1%'><img src='".XOOPS_URL."/modules/system/images/hbar_left.gif' width='10' height='23'></td><td width='98%' background='".XOOPS_URL."/modules/system/images/hbar_middle.gif'><div class='fontSmall'>Powered by ".XOOPS_VERSION." © 2002 <a href='http://www.xoops.org/' target='_blank'>The XOOPS Project</a></div></td><td width='1%'><img src='".XOOPS_URL."/modules/system/images/hbar_right.gif' width='10' height='23'></td></tr></table></td></tr></table>"; include XOOPS_ROOT_PATH.'/cache/adminmenu.php'; echo $xoops_admin_menu_dv; --- 136,140 ---- function xoops_cp_footer() { ! echo"</div><br /></td><td width='1%' background='".XOOPS_URL."/modules/system/images/bg_content.gif'></td></tr><tr><td align='center' colspan='4' class='bg5' height='15'><table border='0' width='100%' cellspacing='0' cellpadding='0'><tr><td width='1%'><img src='".XOOPS_URL."/modules/system/images/hbar_left.gif' width='10' height='23'></td><td width='98%' background='".XOOPS_URL."/modules/system/images/hbar_middle.gif'><div class='fontSmall'>Powered by ".XOOPS_VERSION." © 2001-2003 <a href='http://www.xoops.org/' target='_blank'>The XOOPS Project</a></div></td><td width='1%'><img src='".XOOPS_URL."/modules/system/images/hbar_right.gif' width='10' height='23'></td></tr></table></td></tr></table>"; include XOOPS_ROOT_PATH.'/cache/adminmenu.php'; echo $xoops_admin_menu_dv; *************** *** 170,174 **** return false; } else { ! } return true; --- 170,174 ---- return false; } else { ! } return true; |