From 015ff4caf6911439232f46d5190c5771dde8bb89 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 12 Jan 2014 23:32:15 +0100 Subject: Corrige chargement des icônes spéciales aux thèmes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corrige https://github.com/marienfressinaud/FreshRSS/issues/327#issuecomment-32135077 --- app/FreshRSS.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/FreshRSS.php') diff --git a/app/FreshRSS.php b/app/FreshRSS.php index 4c462c835..e64a1986b 100644 --- a/app/FreshRSS.php +++ b/app/FreshRSS.php @@ -116,6 +116,7 @@ class FreshRSS extends Minz_FrontController { private function loadStylesAndScripts ($loginOk) { $theme = FreshRSS_Themes::get_infos($this->conf->theme); if ($theme) { + FreshRSS_Themes::setThemeId($this->conf->theme); foreach($theme['files'] as $file) { Minz_View::appendStyle (Minz_Url::display ('/themes/' . $theme['path'] . '/' . $file . '?' . @filemtime(PUBLIC_PATH . '/themes/' . $theme['path'] . '/' . $file))); } -- cgit v1.2.3