Exemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->titles = array('index' => 'Custom Banners List', 'create' => 'Create New Banner Template', 'preview' => 'Preview Banner Template');
     $this->load->model('banners');
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->titles = array('index' => 'Custom Compliments List', 'create' => 'Create New Compliment Template', 'preview' => 'Preview compliment Template');
 }
Exemplo n.º 3
0
 public function __construct()
 {
     parent::__construct();
     $this->titles = array('index' => 'Custom Business Cards List', 'create' => 'Create New Business Card Template', 'preview' => 'Preview Business Card Template');
 }
Exemplo n.º 4
0
 public function __construct()
 {
     parent::__construct();
     $this->titles = array('index' => 'Custom Letter Head List', 'create' => 'Create New Letter Head Template', 'preview' => 'Preview Letter Head Template');
     $this->load->model('letter_heads');
 }