1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-22 11:15:27 +00:00

digest: support tags

This commit is contained in:
Andrew Dolgov
2010-09-12 14:37:47 +04:00
parent ef1ef3bc29
commit 78ac6caf00
5 changed files with 68 additions and 11 deletions

View File

@@ -91,7 +91,8 @@
</div>
<div id="headlines">
<h1><?php echo __('headlines') ?></h1>
<h1><a href="#" onclick="viewfeed(-4)"><?php echo __('headlines') ?></a>:
<span id="headlines-title"></span></h1>
<ul id="headlines-content"> </ul>
</div>
@@ -107,6 +108,13 @@
v<?php echo VERSION ?>
<?php } ?>
&copy; 2005&ndash;<?php echo date('Y') ?>
<a href="http://fakecake.org/">Andrew Dolgov</a></div>
<a href="http://fakecake.org/">Andrew Dolgov</a>
<br/>
<a href="tt-rss.php">
<?php echo __("You are viewing the digest page. Click to open full version.") ?></a>
</div>
</body>