From 2a228a29ed4955b98bf5a16b29d9df2dcd93d064 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Tue, 25 Sep 2001 18:47:08 +0000 Subject: [PATCH] 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 --- phpBB/viewtopic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index 0624fc3120..7475a60393 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -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 = '
' . $icq_status_img . '' . $lang['ICQ'] . '
'; $icq_status_img = "";