update
This commit is contained in:
@@ -277,6 +277,12 @@ class IndexController extends MainController implements ControllerInterface {
|
||||
public function PreDispatch($param) {
|
||||
|
||||
//$this->AddScript('swfobject.js');
|
||||
if(!is_array($param)) {
|
||||
$param = array();
|
||||
}
|
||||
if(!isset($param['lang'])) {
|
||||
$param['lang'] = 'pl';
|
||||
}
|
||||
$this->smarty->assign('lang', $param['lang']);
|
||||
$this->smarty->assign('indexSG', true);
|
||||
$this->Run($param);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user