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'); }
public function __construct() { parent::__construct(); $this->titles = array('index' => 'Custom Compliments List', 'create' => 'Create New Compliment Template', 'preview' => 'Preview compliment Template'); }
public function __construct() { parent::__construct(); $this->titles = array('index' => 'Custom Business Cards List', 'create' => 'Create New Business Card Template', 'preview' => 'Preview Business Card Template'); }
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'); }