summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-11 07:44:58 +0300
committerAndrew Dolgov <[email protected]>2021-03-11 07:44:58 +0300
commit27ab16b6dc649fbda0ee329b42f1882623f9cba6 (patch)
treed2d4a6b81770e3e609ddc6ece0c6a507ea0b27ab /include/functions.php
parent324aef9f6f80e7d1b34f1af2487ab03eebc66f47 (diff)
add Config::LOCAL_OVERRIDE_JS
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/functions.php b/include/functions.php
index 73d963803..e8f41d56a 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -420,6 +420,8 @@
$check = "themes.local/$theme";
if (file_exists($check)) return $check;
+
+ return "";
}
function theme_exists($theme) {