Hide Info Center when Empty
1.0
Hides the 'Info Center' on Board Index when no rows are enabled.
Kurakin Wicked
http://www.wickedspiral.com
Sources\BoardIndex.pl
|
$txt{'685'} |
EOT
if ( $username eq 'Guest' || $Show_RecentBar == 1 || $Show_MemberBar == 1 || $Show_UserBar == 1 ) {
print <<"EOT";
EOT
if($Show_RecentBar == 1) {
EOT
}
if($Show_RecentBar == 1) {
print <<"EOT";
EOT
&footer;
exit;
}
if ( $username eq 'Guest' || $Show_RecentBar == 1 || $Show_MemberBar == 1 || $Show_UserBar == 1 ) {
print <<"EOT";
EOT
}
&footer;
&exit;
}