diff options
| author | 2014-04-14 18:34:24 -0400 | |
|---|---|---|
| committer | 2014-04-14 18:34:24 -0400 | |
| commit | bdd7b7b13e6fdcdb9110cbee3618bf2b5fc89b71 (patch) | |
| tree | 26fcb9f61234f5d2cc9edcdf7fe681e43f896a7d /app/layout | |
| parent | 6323311cb4f2c89c695feb747566a05b5cb8044a (diff) | |
Revert delete favorite button
Diffstat (limited to 'app/layout')
| -rw-r--r-- | app/layout/aside_flux.phtml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/layout/aside_flux.phtml b/app/layout/aside_flux.phtml index 0542e6b66..817dae676 100644 --- a/app/layout/aside_flux.phtml +++ b/app/layout/aside_flux.phtml @@ -28,6 +28,15 @@ </div> </li> + <li> + <div class="category favorites<?php echo $this->get_c == 's' ? ' active' : ''; ?>"> + <a data-unread="<?php echo formatNumber($this->nb_favorites['unread']); ?>" class="btn<?php echo $this->get_c == 's' ? ' active' : ''; ?>" href="<?php $arUrl['params']['get'] = 's'; echo Minz_Url::display($arUrl); ?>"> + <?php echo FreshRSS_Themes::icon('bookmark'); ?> + <?php echo Minz_Translate::t('favorite_feeds', formatNumber($this->nb_favorites['all'])); ?> + </a> + </div> + </li> + <?php foreach ($this->cat_aside as $cat) { $feeds = $cat->feeds (); |
