You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
896 B
27 lines
896 B
<?php
|
|
|
|
/*===============================================*\
|
|
|| ############################################# ||
|
|
|| # JAKWEB.CH / Version 2.0.2 # ||
|
|
|| # ----------------------------------------- # ||
|
|
|| # Copyright 2022 JAKWEB All Rights Reserved # ||
|
|
|| ############################################# ||
|
|
\*===============================================*/
|
|
|
|
// Language file goes global
|
|
global $jkl;
|
|
|
|
/* Leave a var empty if not in use or set to false */
|
|
$jaktplclient = array();
|
|
|
|
/* Custom navbar Style */
|
|
$jaktplclient["custom2title"] = $jkl['hd309'];
|
|
$jaktplclient["custom2"] = array("1" => $jkl['g360'], "0" => $jkl['g361']);
|
|
|
|
/* Custom similar articles */
|
|
$jaktplclient["custom4title"] = $jkl['hd313'];
|
|
$jaktplclient["custom4"] = array("1" => $jkl['g19'], "0" => $jkl['g18']);
|
|
|
|
$jaktplclient["customvars"] = '{searchblock}, {supportnew}, {faqnew}, {blognew}, {contact}';
|
|
|
|
?>
|
|
|