in the rules.php where you build up the template you are missing the variables
Code: Select all
$template->assign_vars(array(
'L_FAQ_TITLE' => 'Forum Rules',
'L_BACK_TO_TOP' => $user->lang['BACK_TO_TOP'])
);
page_header('Rules');
$template->set_filenames(array(
'body' => 'faq_body.html')
);
and the page header language variable is missing...