From ae2bd9ee94222703478f3870a7c493270072e67e Mon Sep 17 00:00:00 2001 From: Andreas <6977712+AndreasK79@users.noreply.github.com> Date: Thu, 23 Nov 2023 12:14:37 +0100 Subject: [PATCH] Added support for custom js --- .gitignore | 1 + application/views/interface_assets/header.php | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ca591b75..39d9a71b 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ /images/eqsl_card_images/*.jpg /updates/clublog_scp.txt /assets/qslcard/* +/assets/js/sections/custom.js .idea/* .DS_Store sync.sh diff --git a/application/views/interface_assets/header.php b/application/views/interface_assets/header.php index 3bc9bab9..fc639de1 100644 --- a/application/views/interface_assets/header.php +++ b/application/views/interface_assets/header.php @@ -9,7 +9,7 @@ - + optionslib->get_theme()) { ?> @@ -54,6 +54,10 @@ echo ''; } ?> + '; + } ?> + <?php if (isset($page_title)) { @@ -416,4 +420,4 @@ </div> </div> - </nav> \ No newline at end of file + </nav>