aboutsummaryrefslogtreecommitdiff
path: root/app/layout/aside_flux.phtml
diff options
context:
space:
mode:
authorGravatar plopoyop <clement@iMac-de-Clement.local> 2014-09-10 09:14:36 +0200
committerGravatar plopoyop <clement@iMac-de-Clement.local> 2014-09-10 09:14:36 +0200
commit40d176cc247f03a3b95fcf0389de8858e577b7cb (patch)
treeed710e408d89530b3c59f24c593da6ecf952bdfe /app/layout/aside_flux.phtml
parenta126d99b3c87c12d6da86a32f0615ad36ec99d60 (diff)
add css class or id to elements without
Diffstat (limited to 'app/layout/aside_flux.phtml')
-rw-r--r--app/layout/aside_flux.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/aside_flux.phtml b/app/layout/aside_flux.phtml
index 357aa1cd3..9688a3273 100644
--- a/app/layout/aside_flux.phtml
+++ b/app/layout/aside_flux.phtml
@@ -4,7 +4,7 @@
<ul class="categories">
<?php if ($this->loginOk) { ?>
<li>
- <div class="stick">
+ <div class="stick configure-feeds">
<a class="btn btn-important" href="<?php echo _url ('configure', 'feed'); ?>"><?php echo Minz_Translate::t ('subscription_management'); ?></a>
<a class="btn btn-important" href="<?php echo _url ('configure', 'categorize'); ?>" title="<?php echo Minz_Translate::t ('categories_management'); ?>"><?php echo FreshRSS_Themes::icon('category-white'); ?></a>
</div>