Popravek jezika pri Evoli
This commit is contained in:
parent
e36aae78d1
commit
1444b7f613
@ -25,11 +25,11 @@ class EvoliForm {
|
||||
|
||||
// Naložimo jezikovno datoteko
|
||||
if($this->language == 'slo')
|
||||
include('../../../../lang/1.php');
|
||||
include('../../../../../lang/1.php');
|
||||
elseif($this->language == 'den')
|
||||
include('../../../../lang/29.php');
|
||||
include('../../../../../lang/29.php');
|
||||
else
|
||||
include('../../../../lang/2.php');
|
||||
include('../../../../../lang/2.php');
|
||||
|
||||
if ($this->anketa == 0 && $ank_id != 0)
|
||||
$this->anketa = $ank_id;
|
||||
|
Loading…
x
Reference in New Issue
Block a user