Example #1
0
 public function __construct()
 {
     global $config;
     $config += array('menus' => array());
     parent::__construct();
     $this->AddResources();
     $this->cmds['TitleSettingsSave'] = '';
     $this->cmds['TitleSettings'] = '';
     $this->cmds['RemoveTitle'] = 'TitleSettings';
     $this->cmds['NotTranslated'] = '';
     $this->cmds['SaveLanguages'] = 'SelectLanguages';
     $this->cmds['SelectLanguages'] = '';
     $this->cmds['PrimaryLanguage'] = '';
     $this->cmds['PrimaryLanguageSave'] = 'DefaultDisplay';
     $this->cmds['AllTitles'] = '';
     $cmd = common::GetCommand();
     $this->RunCommands($cmd);
 }
 public function __construct()
 {
     parent::__construct();
 }