Quote Originally Posted by kobra View Post
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?