1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

more digest page improvements

This commit is contained in:
Andrew Dolgov
2010-09-10 15:47:15 +04:00
parent 118e9399b7
commit c524d7e682
3 changed files with 11 additions and 6 deletions

View File

@@ -64,11 +64,11 @@
</div>
Tiny Tiny Digest
<?php echo __('Tiny Tiny RSS') ?>
</div>
<div id="content">
<div id="title">
<!-- <div id="title">
<div id="search">
<input name="search" type="search"></input>
<button>Search</button>
@@ -82,16 +82,16 @@
<em>TODO</em>
<div id="latest-content"> </div>
</div>
</div> -->
<div id="feeds">
<h1>feeds</h1>
<h1><?php echo __('feeds') ?></h1>
<ul id="feeds-content"> </ul>
</div>
<div id="headlines">
<h1>headlines</h1>
<h1><?php echo __('headlines') ?></h1>
<ul id="headlines-content"> </ul>
</div>