add feed browser prompt to main UI

This commit is contained in:
Andrew Dolgov 2009-01-20 16:34:38 +01:00
parent 99c6ebf1d4
commit 66e7fcc966
1 changed files with 3 additions and 0 deletions

View File

@ -136,6 +136,9 @@ window.onload = init;
<div id="dispSwitch"> <div id="dispSwitch">
<a id="dispSwitchPrompt" <a id="dispSwitchPrompt"
href="javascript:toggleTags()"><?php echo __("tag cloud") ?></a> href="javascript:toggleTags()"><?php echo __("tag cloud") ?></a>
<br/>
<a id="feedBrowserPrompt" href="prefs.php?tab=feedBrowser"
title="<?php echo __('More feeds...') ?>">+</a>
</div> </div>
<div id="feeds-frame">&nbsp;</div> <div id="feeds-frame">&nbsp;</div>
</div> </div>