Exemplo n.º 1
0
 public function __construct($modPath, $smarty)
 {
     parent::__construct($modPath, $smarty);
     $this->parentPath = $this->tplFilePath . 'header.tpl';
     $this->smarty->assign('inh_path', $this->parentPath);
     $this->sectionString = 'Kuwasys|Grade';
 }
 public function __construct($mod_path)
 {
     parent::__construct($mod_path);
     $this->parentPath = $this->tplFilePath . 'fits_header.tpl';
     $this->smarty->assign('fitsParent', $this->parentPath);
     $this->smarty->assign('inh_path', $this->parentPath);
 }
Exemplo n.º 3
0
 public function __construct($modPath, $smarty)
 {
     parent::__construct($modPath, $smarty);
     $this->parentPath = $this->tplFilePath . 'header.tpl';
     $this->smarty->assign('inh_path', $this->parentPath);
     $this->sectionString = 'System|Schoolyear';
 }
Exemplo n.º 4
0
 function __construct($mod_path)
 {
     parent::__construct($mod_path);
     $this->MOD_HEADING = $this->tplFilePath . 'mod_user_header.tpl';
     $this->parentPath = $this->tplFilePath . 'mod_user_header.tpl';
     $this->smarty->assign('inh_path', $this->parentPath);
     $this->smarty->assign('UserParent', $this->MOD_HEADING);
 }
Exemplo n.º 5
0
 function __construct($mod_path)
 {
     parent::__construct($mod_path);
     $this->MOD_HEADING = $this->tplFilePath . 'mod_religion_header.tpl';
     $this->smarty->assign('ReligionParent', $this->MOD_HEADING);
 }
Exemplo n.º 6
0
 function __construct($mod_path)
 {
     parent::__construct($mod_path);
 }
Exemplo n.º 7
0
 public function __construct($folder_path)
 {
     parent::__construct($folder_path);
     $this->parentPath = $this->tplFilePath . 'mod_cardinfo_header.tpl';
     $this->smarty->assign('checkoutParent', $this->parentPath);
 }
Exemplo n.º 8
0
 function __construct($mod_path)
 {
     parent::__construct($mod_path);
     $this->parentPath = $this->tplFilePath . 'header_soli.tpl';
     $this->smarty->assign('soliParent', $this->parentPath);
 }
Exemplo n.º 9
0
 public function __construct($from_module, $mod_path)
 {
     parent::__construct($mod_path);
     $this->isFromModule = $from_module;
 }
Exemplo n.º 10
0
 public function __construct($mod_path)
 {
     parent::__construct($mod_path);
     $this->parentPath = $this->tplFilePath . 'header_priceclass.tpl';
     $this->smarty->assign('pcParent', $this->parentPath);
 }
 function __construct($mod_path)
 {
     parent::__construct($mod_path);
     $this->MOD_HEADING = $this->tplFilePath . 'mod_foreignLanguage_header.tpl';
     $this->smarty->assign('ForeignLanguageParent', $this->MOD_HEADING);
 }
Exemplo n.º 12
0
 function __construct($mod_path)
 {
     parent::__construct($mod_path);
     $this->MOD_HEADING = $this->tplFilePath . 'mod_specialCourse_header.tpl';
     $this->smarty->assign('SpecialCourseParent', $this->MOD_HEADING);
 }
Exemplo n.º 13
0
 public function __construct($folder_path)
 {
     parent::__construct($folder_path);
     $this->parentPath = $this->tplFilePath . 'mod_cardchange_header.tpl';
     $this->smarty->assign('cardChange', $this->parentPath);
 }
 function __construct($mod_path)
 {
     parent::__construct($mod_path);
     $this->MOD_HEADING = $this->tplFilePath . 'mod_schbasSettings_header.tpl';
     $this->smarty->assign('schbasSettingsParent', $this->MOD_HEADING);
 }