?
Path : /home/admin/domains/happytokorea.com/public_html_bk/opencart/install11/controller/ |
Current File : /home/admin/domains/happytokorea.com/public_html_bk/opencart/install11/controller/header.php |
<?php class ControllerHeader extends Controller { public function index() { $this->data['title'] = $this->document->getTitle(); $this->data['description'] = $this->document->getDescription(); $this->data['links'] = $this->document->getLinks(); $this->data['styles'] = $this->document->getStyles(); $this->data['scripts'] = $this->document->getScripts(); $this->data['base'] = HTTP_SERVER; $this->id = 'header'; $this->template = 'header.tpl'; $this->render(); } } ?>