Originally Posted by kobra If only for main page - look at tpl_main_page.php and find Code: $body_id = ($this_is_home_page) ? 'indexHome' : str_replace('_', '', $_GET['main_page']); Then what?
$body_id = ($this_is_home_page) ? 'indexHome' : str_replace('_', '', $_GET['main_page']);
Forum Rules