Your IP : 216.73.216.95


Current Path : /var/www/alh/install/controller/common/
Upload File :
Current File : /var/www/alh/install/controller/common/footer.php

<?php
class ControllerCommonFooter extends Controller {
	public function index() {
		$this->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);
	}
}