assign('image_index', $image_index); } else { $index_script = $customer_index; } // // Common includes // include $common_dir.'customer_common.php'; fn_add_breadcrumb(fn_get_lang_var('home'), $index_script); if (empty($target)) { $target = 'index'; } // // Include target script from $script_targets array // if (file_exists(@$script_targets[$target])) { include $script_targets[$target]; } else { fn_set_exception('no_page'); } $smarty->assign('index_script', $index_script); fn_show_template('index.tpl',$smarty, true); ?>