Popravek searcha in helpa v narocilih

This commit is contained in:
pero1203 2021-05-27 11:17:35 +02:00
parent 4fb717fa72
commit bf2c586702
2 changed files with 13 additions and 0 deletions

View File

@ -1610,6 +1610,11 @@ class Common {
$help_url = 'https://www.1ka.si/d/en/help/user-guide/edit/settings';
}
// Moje ankete - narocila
else if ($_GET['a'] == 'narocila') {
$help_url = 'https://www.1ka.si/d/en/services';
}
// Ostale default podstrani
else {
switch ($podstran) {
@ -2026,6 +2031,12 @@ class Common {
else if ($_GET['a'] == 'branching') {
$help_url = 'https://www.1ka.si/d/sl/pomoc/vodic-za-uporabnike/urejanje/vprasalnik';
}
// Moje ankete - narocila
else if ($_GET['a'] == 'narocila') {
$help_url = 'https://www.1ka.si/d/en/services';
$help_url = 'https://www.1ka.si/d/sl/cenik';
}
// Ostale default podstrani
else {

View File

@ -189,6 +189,8 @@ return [
new Minify_Source(['filepath' => dirname(__FILE__).'/../script/jquery/ui-1.8.18/js/jquery-1.7.1.min.js',]),
new Minify_Source(['filepath' => dirname(__FILE__).'/../script/jquery/ui-1.8.18/js/jquery-ui-1.8.18.custom.min.js',]),
dirname(__FILE__).'/../script/script.js',
dirname(__FILE__).'/../script/mobileMenu/zeynep.min.js',
dirname(__FILE__).'/../script/mobile.js',