From 78b989f29004fab78946e8606b6b9a752efcd4dc Mon Sep 17 00:00:00 2001 From: buckaroo-labs Date: Wed, 20 Dec 2023 21:39:10 -0800 Subject: add 'minimal' theme --- data/templates/minimal/jappix.php | 82 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 data/templates/minimal/jappix.php (limited to 'data/templates/minimal/jappix.php') diff --git a/data/templates/minimal/jappix.php b/data/templates/minimal/jappix.php new file mode 100644 index 0000000..b8f4bad --- /dev/null +++ b/data/templates/minimal/jappix.php @@ -0,0 +1,82 @@ +isAdmin() && isset($GLOBALS['jappixEnableForAdmin']) && $GLOBALS['jappixEnableForAdmin'] == true ) { + $show = true; +} else { + if ( $userservice->isLoggedOn() && isset($GLOBALS['jappixEnableForLogged']) && $GLOBALS['jappixEnableForLogged'] == true ) { + $show = true; + } +} + + + +if ( $show == true ) { + ?> + + \ No newline at end of file -- cgit v1.3-2-g0d8e