|
From: Skalpa K. <sk...@us...> - 2004-10-31 23:49:57
|
Update of /cvsroot/xoops/xoops2/themes/default/modules/system/blocks In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19606/themes/default/modules/system/blocks Modified Files: Tag: xoops2_1_0-branch system_block_user.html Log Message: Global update of the default theme. NB: we'll design this one for modern browsers first, then make a Win-IE compatible version once it's finished Index: system_block_user.html =================================================================== RCS file: /cvsroot/xoops/xoops2/themes/default/modules/system/blocks/Attic/system_block_user.html,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** system_block_user.html 31 Oct 2004 14:29:26 -0000 1.1.2.1 --- system_block_user.html 31 Oct 2004 23:49:46 -0000 1.1.2.2 *************** *** 1,3 **** ! <ul class="system menu Usermenu"> <li><a href="<{$xoops_url}>/user.php"><{$block.lang_youraccount}></a></li> <li><a href="<{$xoops_url}>/edituser.php"><{$block.lang_editaccount}></a></li> --- 1,3 ---- ! <ul> <li><a href="<{$xoops_url}>/user.php"><{$block.lang_youraccount}></a></li> <li><a href="<{$xoops_url}>/edituser.php"><{$block.lang_editaccount}></a></li> |