2014-02-05 03:47:59 +01:00
|
|
|
<div class="menu-more">
|
|
|
|
<ul>
|
2014-02-09 18:32:46 +01:00
|
|
|
<li>
|
|
|
|
<a href="?action=unread"><?= t('unread') ?></a>
|
|
|
|
</li>
|
2014-02-05 03:47:59 +01:00
|
|
|
<li>
|
|
|
|
<a href="?action=bookmarks"><?= t('bookmarks') ?></a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="?action=history"><?= t('history') ?></a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="?action=feeds"><?= t('subscriptions') ?></a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="?action=config"><?= t('preferences') ?></a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="?action=logout"><?= t('logout') ?></a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|