1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 11:55:56 +00:00

add ttrss version and init params to reports

This commit is contained in:
Andrew Dolgov
2014-03-14 14:20:32 +04:00
parent cbcf6517dc
commit 8b91b0beb5
3 changed files with 10 additions and 0 deletions

View File

@@ -56,6 +56,10 @@
<head>
<title>Tiny Tiny RSS</title>
<script type="text/javascript">
var __ttrss_version = "<?php echo VERSION ?>"
</script>
<?php echo stylesheet_tag("lib/dijit/themes/claro/claro.css"); ?>
<?php echo stylesheet_tag("css/layout.css"); ?>