diff --git a/lib/system b/lib/system index 0a36d31..54aaf1a 160000 --- a/lib/system +++ b/lib/system @@ -1 +1 @@ -Subproject commit 0a36d3144fdc52bbd762b2dfdaa0f2b29446cec3 +Subproject commit 54aaf1a1d271300ab8a28fb46ccfa6f8b78ea20f diff --git a/mojotrollz/cron/cron_calculate_votes.php b/mojotrollz/cron/cron_calculate_votes.php index dd73589..997f678 100644 --- a/mojotrollz/cron/cron_calculate_votes.php +++ b/mojotrollz/cron/cron_calculate_votes.php @@ -1,5 +1,5 @@ email_confirmed ? '' : \SYSTEM\PAGE\replace::replaceFile((new PPAGE('default_account/tpl/wow_accounts_confirm.tpl'))->SERVERPATH()); return \SYSTEM\PAGE\replace::replaceFile((new PPAGE('default_account/tpl/loggedin.tpl'))->SERVERPATH(), $vars); } + + public static function css() {return array();} } \ No newline at end of file diff --git a/mojotrollz/page/default_article/default_article.php b/mojotrollz/page/default_article/default_article.php index 3395d8c..a5ba1cc 100644 --- a/mojotrollz/page/default_article/default_article.php +++ b/mojotrollz/page/default_article/default_article.php @@ -1,5 +1,5 @@ SERVERPATH(), $element); } + + public static function css(){return array();} } \ No newline at end of file diff --git a/mojotrollz/page/default_beta/default_beta.php b/mojotrollz/page/default_beta/default_beta.php index 571f5c7..140e83d 100644 --- a/mojotrollz/page/default_beta/default_beta.php +++ b/mojotrollz/page/default_beta/default_beta.php @@ -1,5 +1,5 @@ SERVERPATH(), $vars); } + + public static function css() {return array();} + public static function js() {return array();} } \ No newline at end of file diff --git a/mojotrollz/page/default_impressum/default_impressum.php b/mojotrollz/page/default_impressum/default_impressum.php index c03f78b..d1cdd76 100644 --- a/mojotrollz/page/default_impressum/default_impressum.php +++ b/mojotrollz/page/default_impressum/default_impressum.php @@ -1,5 +1,5 @@ SERVERPATH(), $vars); } + + public static function css() {return array();} + public static function js() {return array();} } \ No newline at end of file diff --git a/mojotrollz/page/default_page/default_page.php b/mojotrollz/page/default_page/default_page.php index 44b1f1b..6162a38 100644 --- a/mojotrollz/page/default_page/default_page.php +++ b/mojotrollz/page/default_page/default_page.php @@ -1,6 +1,6 @@ WEBPATH()). \SYSTEM\HTML\html::script(\LIB\lib_bootstrap::js()->WEBPATH()). \SYSTEM\HTML\html::script(\LIB\lib_jqbootstrapvalidation::js()->WEBPATH()). @@ -10,7 +10,7 @@ class default_page extends \SYSTEM\PAGE\Page { new PPAGE('default_page/js/default_page.js')))); } - private static function css(){ + public static function css(){ return \SYSTEM\HTML\html::link(\LIB\lib_bootstrap::css()->WEBPATH(false)). \SYSTEM\HTML\html::link(\LIB\lib_font_awesome::css()->WEBPATH(false)). \SYSTEM\HTML\html::link(\LIB\lib_animate::css()->WEBPATH()). diff --git a/mojotrollz/page/default_register/default_register.php b/mojotrollz/page/default_register/default_register.php index 54c0ca1..3589730 100644 --- a/mojotrollz/page/default_register/default_register.php +++ b/mojotrollz/page/default_register/default_register.php @@ -1,5 +1,5 @@ SERVERPATH(), $vars); } + + public static function css() {return array();} }