Popravek searcha in helpa v narocilih
This commit is contained in:
parent
4fb717fa72
commit
bf2c586702
@ -1610,6 +1610,11 @@ class Common {
|
|||||||
$help_url = 'https://www.1ka.si/d/en/help/user-guide/edit/settings';
|
$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
|
// Ostale default podstrani
|
||||||
else {
|
else {
|
||||||
switch ($podstran) {
|
switch ($podstran) {
|
||||||
@ -2027,6 +2032,12 @@ class Common {
|
|||||||
$help_url = 'https://www.1ka.si/d/sl/pomoc/vodic-za-uporabnike/urejanje/vprasalnik';
|
$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
|
// Ostale default podstrani
|
||||||
else {
|
else {
|
||||||
switch ($podstran) {
|
switch ($podstran) {
|
||||||
|
@ -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-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',]),
|
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/mobileMenu/zeynep.min.js',
|
||||||
dirname(__FILE__).'/../script/mobile.js',
|
dirname(__FILE__).'/../script/mobile.js',
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user