$info) { $topic = $info['help']; $desc = $info['desc']; include('./templates/'.$exbb['default_style'].'help_data.tpl'); $color = ( !($id % 2) ) ? 'row1' : 'row2'; } } else { $topic = $lang['No_help']; $text = $lang['No_help_help']; include('./templates/'.$exbb['default_style'].'help_show.tpl'); } $title_page = $exbb['boardname'].' :: '.$lang['Help']; include('./templates/'.$exbb['default_style'].'all_header.tpl'); include('./templates/'.$exbb['default_style'].'logos.tpl'); include('./templates/'.$exbb['default_style'].'help.tpl'); include('./templates/'.$exbb['default_style'].'footer.tpl'); include('page_tail.php'); ?>