22 lines
510 B
PHP
22 lines
510 B
PHP
<div class="menu-more">
|
|
<ul>
|
|
<li>
|
|
<a href="?action=unread"><?= t('unread') ?></a>
|
|
</li>
|
|
<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>
|