| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Stisla is Free Bootstrap Admin Template and will help you to speed up your project, design your own dashboard UI and the users will love it.
https://github.com/KhidirDotID/stisla-codeigniter.git
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class Controller_name extends CI_Controller {
public function index() {
$data = array(
'title' => "Your title"
);
$this->load->view('View_name', $data);
}
}
?>
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$this->load->view('dist/_partials/header'); ?>
<!-- Main Content -->
<?php
$this->load->view('dist/_partials/footer'); ?>
Stisla is under the MIT License.
| Back | FazBrowse Home | New Git URL |