mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-21 17:02:19 +00:00
Fixed paths
This commit is contained in:
@@ -30,7 +30,7 @@ class Manager extends VileSci_Controller
|
||||
'extensions' => $this->extensionslib->getInstalledExtensions()
|
||||
);
|
||||
|
||||
$this->load->view('core/system/extensions/manager.php', $viewData);
|
||||
$this->load->view('system/extensions/manager.php', $viewData);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -35,7 +35,7 @@ class ExtensionsLib
|
||||
$this->ci->load->library('EPrintfLib');
|
||||
|
||||
// Loading models
|
||||
$this->ci->load->model('core/system/Extensions_model', 'ExtensionsModel');
|
||||
$this->ci->load->model('system/Extensions_model', 'ExtensionsModel');
|
||||
|
||||
//
|
||||
$this->_errorOccurred = false;
|
||||
|
||||
@@ -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'); ?>
|
||||
|
||||
Reference in New Issue
Block a user