This commit is contained in:
2026-05-15 20:23:25 +02:00
parent c980004309
commit bc5cae7e82
74 changed files with 563 additions and 130 deletions

View File

@@ -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);

View File

@@ -1,4 +1,4 @@
<?
<?php
/**
*