driver->config['BASE_URL']; $doc_path = $this->key; if ($this->selector) $doc_path = $doc_path.';'.$this->selector; $data = isset($_REQUEST['data']) ? $_REQUEST['data'] : ''; $type = isset($_REQUEST['type']) ? $_REQUEST['type'] : ''; $this->assign('pagetitle', 'append item - '.$doc_path); include $this->template('header-popup.tpl.php'); ?>
template('footer-popup.tpl.php'); ?>