Slight mod to template name check for subSilver ICQ output ... must alter this

git-svn-id: file:///svn/phpbb/trunk@1086 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2001-09-25 18:47:08 +00:00
parent 191b513315
commit 2a228a29ed

View file

@ -683,7 +683,7 @@ for($i = 0; $i < $total_posts; $i++)
// template for overlaying the ICQ icon, or we just do away with the icq status
// display (which is after all somewhat a pain in the rear :D
//
if( $board_config['default_template'] == "subSilver" || $userdata['user_template'] == "subSilver" )
if( $theme['template_name'] == "subSilver" )
{
$icq_add_img = '<table width="59" border="0" cellspacing="0" cellpadding="0"><tr><td nowrap="nowrap" class="icqback"><img src="images/spacer.gif" width="3" height="18" alt = "">' . $icq_status_img . '<a href="http://wwp.icq.com/scripts/search.dll?to=' . $postrow[$i]['user_icq'] . '"><img src="images/spacer.gif" width="35" height="18" border="0" alt="' . $lang['ICQ'] . '" /></a></td></tr></table>';
$icq_status_img = "";