Initial Commit
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
<?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}';
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user