\r\n \r\nForbidden 403 \r\n\r\n

Forbidden 403

\r\nThe document you are requesting is forbidden.\r\n\r\n"; exit; } $box_content=new XTemplate ("skins/".$config['skinDir']."/styleTemplates/boxes/cartNavi.tpl"); $box_content->assign("LANG_LINKS",$lang['front']['boxes']['lang_links']); if(isset($links)){ unset($links); } switch ($_GET['act']) { case "step1": $links[] = array ( 'link' => "cart.php?act=reg&redir=%2Fcart.php%3Fact%3Dstep1", 'text' => $lang['front']['boxes']['reg_and_checkout']); $links[] = array ( 'link' => "index.php", 'text' => $lang['front']['boxes']['cont_shopping']); break; case "step4": if($config['shipAddressLock']==0){ $links[] = array ( 'link' => "cart.php?act=step3", 'text' => $lang['front']['boxes']['edit_del_add']); } case "step3": $links[] = array ( 'link' => "index.php?act=profile&f=".treatGet($_GET['act']), 'text' => $lang['front']['boxes']['edit_inv_add']); case "step2": $links[] = array ( 'link' => "cart.php?act=".treatGet($_GET['act'])."&mode=emptyCart", 'text' => $lang['front']['boxes']['empty_cart']); break; case "cart": $links[] = array ( 'link' => "cart.php?act=".treatGet($_GET['act'])."&mode=emptyCart", 'text' => $lang['front']['boxes']['empty_cart']); break; } if(!empty($_SERVER['HTTP_REFERER'])){ $links[] = array ( 'link' => str_replace("&","&",$_SERVER['HTTP_REFERER']), 'text' => $lang['front']['boxes']['prev_page']); } $links[] = array ( 'link' => "index.php", 'text' => $lang['front']['boxes']['homepage']); for($i=0;$iassign("VAL_LINK",$links[$i]['link']); $box_content->assign("TXT_LINK",$links[$i]['text']); $box_content->parse("links.repeat_region"); } $box_content->parse("links"); $box_content = $box_content->text("links"); ?>