|
From: OryNider <ory...@us...> - 2007-06-14 10:13:13
|
Update of /cvsroot/mxbb/mx_smartor/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6838/templates/subSilver Modified Files: subSilver.cfg welcome_body.tpl Log Message: fixed the new welvome block and removed some old droped/changed file names. Index: subSilver.cfg =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/templates/subSilver/subSilver.cfg,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** subSilver.cfg 13 Jun 2007 18:46:45 -0000 1.3 --- subSilver.cfg 14 Jun 2007 10:13:08 -0000 1.4 *************** *** 101,104 **** --- 101,105 ---- $mx_images['icon_dot'] = "$current_smartor_images/icon_dot.gif"; $mx_images['default_avatar'] = "$current_smartor_images/default_avatar.png"; + $mx_images['guest_avatar'] = "$current_smartor_images/" . LANG . "/guest_avatar.png"; // Use standard phpBB graphics Index: welcome_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/templates/subSilver/welcome_body.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** welcome_body.tpl 14 Jun 2007 07:43:24 -0000 1.2 --- welcome_body.tpl 14 Jun 2007 10:13:08 -0000 1.3 *************** *** 12,15 **** --- 12,16 ---- <span class="gen">{L_WELCOME_USER}<br /> <br />{L_WELCOME_MSG}</span> <!-- BEGIN welcome_user_logged_out --> + {AVATAR_IMG} <div align="center"> <form action="{S_LOGIN_ACTION}" method="post" style="margin-bottom:0px;"> *************** *** 113,122 **** <!-- END welcome_user_logged_in --> <!-- BEGIN welcome_user_logged_out --> ! <img ! src="{IMG_ICON_DOT}" border="0" width="5" height="5" /> <span class="gensmall">{L_SEARCH_LATEST}: <a href="{U_SEARCH_LATEST_24}" class="gensmall">24h</a> <a href="{U_SEARCH_LATEST_48}" class="gensmall">48h</a> <a ! href="{U_SEARCH_LATEST_72}" class="gensmall">72h</a></span><br /><img ! src="{IMG_ICON_DOT}" border="0" width="5" height="5" /> <a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a> <!-- END welcome_user_logged_out --> --- 114,124 ---- <!-- END welcome_user_logged_in --> <!-- BEGIN welcome_user_logged_out --> ! <!-- BEGIN welcome_old --> ! <img src="{IMG_ICON_DOT}" border="0" width="5" height="5" /> <span class="gensmall">{L_SEARCH_LATEST}: <a href="{U_SEARCH_LATEST_24}" class="gensmall">24h</a> <a href="{U_SEARCH_LATEST_48}" class="gensmall">48h</a> <a ! href="{U_SEARCH_LATEST_72}" class="gensmall">72h</a></span><br /> ! <!-- END welcome_old --> ! <img src="{IMG_ICON_DOT}" border="0" width="5" height="5" /> <a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a> <!-- END welcome_user_logged_out --> |