From 2eed7b082f83630301e51f57ca8394de228a8605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sun, 18 Aug 2019 21:14:58 -0500 Subject: first commit --- public/install/controller/common/header.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 public/install/controller/common/header.php (limited to 'public/install/controller/common/header.php') diff --git a/public/install/controller/common/header.php b/public/install/controller/common/header.php new file mode 100644 index 0000000..1768edb --- /dev/null +++ b/public/install/controller/common/header.php @@ -0,0 +1,16 @@ +load->language('common/header'); + + $data['title'] = $this->document->getTitle(); + $data['description'] = $this->document->getDescription(); + $data['links'] = $this->document->getLinks(); + $data['styles'] = $this->document->getStyles(); + $data['scripts'] = $this->document->getScripts(); + + $data['base'] = HTTP_SERVER; + + return $this->load->view('common/header', $data); + } +} \ No newline at end of file -- cgit v1.2.3