添加变量
This commit is contained in:
parent
9a550068bd
commit
83b8c34bb3
|
@ -23,5 +23,6 @@ include_once(SYSTEM_ROOT."tj.php");
|
|||
$linksrows=$DB->num_rows($DB->query("SELECT * FROM `lylme_links`"));
|
||||
$groupsrows=$DB->num_rows($DB->query("SELECT * FROM `lylme_groups`"));
|
||||
$cdnpublic = cdnpublic($conf['cdnpublic']);
|
||||
$template = './template/'.$conf["template"].'/index.php';
|
||||
$templatepath ='./template/'.$conf["template"];
|
||||
$template = $templatepath.'/index.php';
|
||||
?>
|
Loading…
Reference in New Issue