setPrevURL(); } } function init() { parent::init(); $this->_smarty->template_dir = TEMPLATE_REALDIR; $this->_smarty->compile_dir = COMPILE_REALDIR; $this->assignTemplatePath(DEVICE_TYPE_PC); $this->initpath(); } function setPrevURL() { $objCartSess = new SC_CartSession_Ex(); $objCartSess->setPrevURL($_SERVER['REQUEST_URI']); } }