I have a blank sidebox(twitter) and also want it to be only seen on the home page http://www.mydfashop.com/store
I have added $this_is_home_page to my blank_sidebox.php but it didn't work??? Do i need to remove or add anything else???
This is what i had
Code:
$this_is_home_page
$show_blank_sidebox = true;
if ($show_blank_sidebox == true) {
require($template->get_template_dir('tpl_blank_sidebox.php',DIR_WS_TEMPLATE, $current_page_base,'sideboxes'). '/tpl_blank_sidebox.php');
$title = BOX_HEADING_BLANK_SIDEBOX;
$title_link = false;
require($template->get_template_dir($column_box_default, DIR_WS_TEMPLATE, $current_page_base,'common') . '/' . $column_box_default);
}
?>