Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.
/ fuel-template Public archive

Phil Sturgeon Codeigniter Template class port to Fuel

Notifications You must be signed in to change notification settings

stevemo/fuel-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Template package for Fuel

Introduction

Install

Configuration

Copy config/template.php to app/config/template.php and change whatever setting in need of changing.

Usage

Template Usage

Loading the template class

$this->template = Template::forge();

Using layout

All Layout files should be in the layout folder and by default will be app/views/layouts/default.php, but this can be changed.

$this->template->set_layout('default');

Using theme

$this->template->set_theme('mytheme');

more to come...

About

Phil Sturgeon Codeigniter Template class port to Fuel

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages