Fixed paths

This commit is contained in:
Paolo
2017-11-13 11:13:12 +01:00
parent 0bc0a09bf4
commit 6f866ede38
3 changed files with 4 additions and 4 deletions
@@ -1,4 +1,4 @@
<?php $this->load->view('core/templates/header', array('title' => 'Extensions manager', 'jqueryV1' => true, 'tablesort' => true)); ?>
<?php $this->load->view('templates/header', array('title' => 'Extensions manager', 'jqueryV1' => true, 'tablesort' => true)); ?>
<script type="text/javascript">
@@ -165,4 +165,4 @@
</body>
<?php $this->load->view('core/templates/footer'); ?>
<?php $this->load->view('templates/footer'); ?>