mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
static/ -> STATIC_URL
Spells: rephrased condition for relTab: Quests Announcements: ..can now have a userGroup set to show to
This commit is contained in:
@@ -39,7 +39,7 @@ if (!$smarty->loadCache($cacheKey, $pageData, $filter))
|
||||
'title' => implode(" - ", $title),
|
||||
'path' => json_encode($path, JSON_NUMERIC_CHECK),
|
||||
'subCat' => $pageParam ? '='.$pageParam : '',
|
||||
'reqJS' => ['static/js/filters.js']
|
||||
'reqJS' => [STATIC_URL.'/js/filters.js']
|
||||
),
|
||||
'lv' => []
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user