|
From: OryNider <ory...@us...> - 2007-06-14 16:56:14
|
Update of /cvsroot/mxbb/mx_smartor/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21553 Modified Files: welcome_body.tpl Log Message: Added new option to welcome block to see how many pictures are in personal gallery with url. Index: welcome_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/templates/subSilver/welcome_body.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** welcome_body.tpl 14 Jun 2007 10:13:08 -0000 1.3 --- welcome_body.tpl 14 Jun 2007 16:56:10 -0000 1.4 *************** *** 113,116 **** --- 113,120 ---- href="{U_PRIVATE_MSGS}" class="gensmall">{L_PRIVATE_MSGS}</a> <!-- END welcome_user_logged_in --> + <!-- BEGIN switch_total_pics --> + <br /><img src="{IMG_ICON_DOT}" border="0" width="5" height="5" /> <a + href="{U_YOUR_PERSONAL_GALLERY}" class="gensmall">{L_TOTAL_PICS}</a> + <!-- END switch_total_pics --> <!-- BEGIN welcome_user_logged_out --> <!-- BEGIN welcome_old --> |