Пример #1
0
 public function index()
 {
     $demos = GameDemosModel::getAllGroupsAndDemos();
     global $Smarty;
     $this->addCSSFiles('chart.css');
     return $this->renderPage(array('title' => $Smarty->_config[0]['vars']['demosTitle'], 'content_title' => $Smarty->_config[0]['vars']['demosContentTitle'], 'demos' => $demos), $this->_template);
 }
Пример #2
0
 public function index()
 {
     $demos = GameDemosModel::getAllGroupsAndDemos();
     $this->addCSSFiles('chart.css');
     return $this->renderPage(array('title' => 'Game Demos', 'content_title' => 'Game Demos', 'demos' => $demos), $this->_template);
 }