From cdbcb2778a8aef8ad4677056c42cb3caad18cd0c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 28 Jan 2014 01:39:24 +0400 Subject: move Zoom stylesheet to a separate file update stylesheet/javascript tag helpers to return output instead of printing it --- index.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 303eacda0..132fd1154 100644 --- a/index.php +++ b/index.php @@ -56,15 +56,15 @@ Tiny Tiny RSS - - + + @@ -91,7 +91,7 @@ "lib/dojo/tt-rss-layer.js", "errors.php?mode=js") as $jsfile) { - javascript_tag($jsfile); + echo javascript_tag($jsfile); } ?> -- cgit v1.2.3