From c1728fe0d776ccdedc20efd3120da599ac4157ed Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Wed, 9 Jul 2014 19:39:21 +0200 Subject: Coding style header.phtml + possibility to change logo See https://github.com/marienfressinaud/FreshRSS/issues/532 --- app/Models/Themes.php | 1 + app/layout/header.phtml | 102 +++++++++++++++++++++---------------------- p/themes/Dark/icons/icon.svg | 12 +++++ 3 files changed, 64 insertions(+), 51 deletions(-) create mode 100644 p/themes/Dark/icons/icon.svg diff --git a/app/Models/Themes.php b/app/Models/Themes.php index b4e8f4ccc..da2bc9f90 100644 --- a/app/Models/Themes.php +++ b/app/Models/Themes.php @@ -78,6 +78,7 @@ class FreshRSS_Themes extends Minz_Model { 'down' => '▽', 'favorite' => '★', 'help' => 'ⓘ', + 'icon' => '⊚', 'key' => '⚿', 'link' => '↗', 'login' => '🔒', diff --git a/app/layout/header.phtml b/app/layout/header.phtml index 46e248ac8..2e42bfdea 100644 --- a/app/layout/header.phtml +++ b/app/layout/header.phtml @@ -2,20 +2,20 @@ if (Minz_Configuration::canLogIn()) { ?>

- - - + + +