diff options
| author | 2014-09-10 09:14:36 +0200 | |
|---|---|---|
| committer | 2014-09-10 09:14:36 +0200 | |
| commit | 40d176cc247f03a3b95fcf0389de8858e577b7cb (patch) | |
| tree | ed710e408d89530b3c59f24c593da6ecf952bdfe /app/layout/nav_menu.phtml | |
| parent | a126d99b3c87c12d6da86a32f0615ad36ec99d60 (diff) | |
add css class or id to elements without
Diffstat (limited to 'app/layout/nav_menu.phtml')
| -rw-r--r-- | app/layout/nav_menu.phtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/layout/nav_menu.phtml b/app/layout/nav_menu.phtml index 25833c16d..b177cf7c8 100644 --- a/app/layout/nav_menu.phtml +++ b/app/layout/nav_menu.phtml @@ -7,7 +7,7 @@ <?php } ?> <?php if ($this->loginOk) { ?> - <div class="stick"> + <div id="nav_menu_actions" class="stick"> <?php $url_state = $this->url; @@ -269,7 +269,7 @@ $url_order = $this->url; $url_order['params']['order'] = $order; ?> - <a class="btn" href="<?php echo Minz_Url::display ($url_order); ?>" title="<?php echo Minz_Translate::t ($title); ?>"> + <a id="toggle-order" class="btn" href="<?php echo Minz_Url::display ($url_order); ?>" title="<?php echo Minz_Translate::t ($title); ?>"> <?php echo FreshRSS_Themes::icon($icon); ?> </a> |
