From 5e68e24679e9a2248a3c28c8a4078b4bdad09f9c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 3 Dec 2017 12:49:40 +0300 Subject: css/less updates --- classes/handler/public.php | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'classes/handler/public.php') diff --git a/classes/handler/public.php b/classes/handler/public.php index 8b513df67..9fccf884b 100644 --- a/classes/handler/public.php +++ b/classes/handler/public.php @@ -538,14 +538,16 @@ class Handler_Public extends Handler { header('Content-Type: text/html; charset=utf-8'); print " - Tiny Tiny RSS - - - - + Tiny Tiny RSS"; + print stylesheet_tag("css/utility.css"); + print stylesheet_tag("css/default.css"); + + print " + + - + \"Tiny

".__("Subscribe to feed...")."

"; -- cgit v1.2.3-54-g00ecf