From: <w4...@us...> - 2002-09-25 22:30:32
|
Update of /cvsroot/xoops/xoops-current/html In directory usw-pr-cvs1:/tmp/cvs-serv4765/html Modified Files: userinfo.php Log Message: align the user posts to the left Index: userinfo.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/userinfo.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** userinfo.php 25 Sep 2002 13:07:51 -0000 1.6 --- userinfo.php 25 Sep 2002 22:30:29 -0000 1.7 *************** *** 142,146 **** CloseTable(); ! echo "<br /><br /><div>"; OpenTable(); $mids =& XoopsModule::getHasSearchModulesList(false); --- 142,146 ---- CloseTable(); ! echo "<br /><br /><p align='left'>"; OpenTable(); $mids =& XoopsModule::getHasSearchModulesList(false); *************** *** 176,180 **** } CloseTable(); ! echo "</div>"; include("footer.php"); ?> --- 176,180 ---- } CloseTable(); ! echo "</p>"; include("footer.php"); ?> |