SkillAgentSearch skills...

Stisla

Stisla is a Free Bootstrap Admin Template which will help you to speed up your project and design your own dashboard UI. Users will love it.

Install / Use

/learn @Codeigniter-Template/Stisla
About this skill

Quality Score

0/100

Category

Design

Supported Platforms

Universal

README

Stisla Admin Dashboard Template

Stisla Stisla is a Free Bootstrap Admin Template which will help you to speed up your project and design your own dashboard UI. Users will love it.


Preview

Screenshot

Stisla admin dashboard template preview

Table of contents

Installation

Here is how :

  • Fork the repository
  • Clone with git clone https://github.com/Codeigniter-Template/Stilsa.git
  • Or Download zip

Usage

  • Create a new Controller at view/views then put like this:
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$this->load->view('_layout/header'); ?>

<!-- Main Content -->

<?php
$this->load->view('_layout/footer'); ?>
  • Create a new Controller at application/controllers then put like this:
<?php
defined('BASEPATH') or exit('No direct script access allowed');

class Control extends CI_Controller
{
public function __construct()
{
parent::__construct();
}

public function index()
{
$data['title'] = 'Dashboard';


$this->load->view('example/index', $data);
}
}

Tips

You Need Modification Header.php , Js.php to include css and js on new your viewcontrol if you change view name

License

Stisla is under the MIT License.

Related Skills

View on GitHub
GitHub Stars11
CategoryDesign
Updated1y ago
Forks2

Languages

HTML

Security Score

75/100

Audited on Apr 10, 2024

No findings