diff options
| author | 2016-04-29 18:24:46 +0200 | |
|---|---|---|
| committer | 2016-04-29 18:24:46 +0200 | |
| commit | 6466fc87ece4c1fc6ee8ea5ea4d751d7ae266a2e (patch) | |
| tree | 5a415054febde0a770bfd884f77688bb9bebcf64 /app/FreshRSS.php | |
| parent | 805ec6392c660641926f6a637b3c123dae528bc4 (diff) | |
Load styles for two JSON cases
Diffstat (limited to 'app/FreshRSS.php')
| -rw-r--r-- | app/FreshRSS.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/FreshRSS.php b/app/FreshRSS.php index dd62c1919..4933892bc 100644 --- a/app/FreshRSS.php +++ b/app/FreshRSS.php @@ -77,7 +77,7 @@ class FreshRSS extends Minz_FrontController { Minz_Translate::init(FreshRSS_Context::$user_conf->language); } - private static function loadStylesAndScripts() { + public static function loadStylesAndScripts() { $theme = FreshRSS_Themes::load(FreshRSS_Context::$user_conf->theme); if ($theme) { foreach($theme['files'] as $file) { |
