コード例 #1
0
ファイル: banner.php プロジェクト: elshafey/ir
 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');
 }
コード例 #2
0
ファイル: compliment.php プロジェクト: elshafey/ir
 public function __construct()
 {
     parent::__construct();
     $this->titles = array('index' => 'Custom Compliments List', 'create' => 'Create New Compliment Template', 'preview' => 'Preview compliment Template');
 }
コード例 #3
0
ファイル: business_cards.php プロジェクト: elshafey/ir
 public function __construct()
 {
     parent::__construct();
     $this->titles = array('index' => 'Custom Business Cards List', 'create' => 'Create New Business Card Template', 'preview' => 'Preview Business Card Template');
 }
コード例 #4
0
ファイル: letter_head.php プロジェクト: elshafey/ir
 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');
 }