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/footer.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 public/install/controller/common/footer.php (limited to 'public/install/controller/common/footer.php') diff --git a/public/install/controller/common/footer.php b/public/install/controller/common/footer.php new file mode 100644 index 0000000..5364afc --- /dev/null +++ b/public/install/controller/common/footer.php @@ -0,0 +1,12 @@ +load->language('common/footer'); + + $data['text_project'] = $this->language->get('text_project'); + $data['text_documentation'] = $this->language->get('text_documentation'); + $data['text_support'] = $this->language->get('text_support'); + + return $this->load->view('common/footer', $data); + } +} -- cgit v1.2.3