diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2021-03-11 07:44:58 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2021-03-11 07:44:58 +0300 |
| commit | 27ab16b6dc649fbda0ee329b42f1882623f9cba6 (patch) | |
| tree | d2d4a6b81770e3e609ddc6ece0c6a507ea0b27ab /prefs.php | |
| parent | 324aef9f6f80e7d1b34f1af2487ab03eebc66f47 (diff) | |
add Config::LOCAL_OVERRIDE_JS
Diffstat (limited to 'prefs.php')
| -rw-r--r-- | prefs.php | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -27,9 +27,7 @@ } } ?> - <?php if (theme_exists(Config::get(Config::LOCAL_OVERRIDE_STYLESHEET))) { - echo stylesheet_tag(get_theme_path(Config::get(Config::LOCAL_OVERRIDE_STYLESHEET))); - } ?> + <?= Config::get_override_links() ?> <script type="text/javascript"> const __csrf_token = "<?= $_SESSION["csrf_token"]; ?>"; |