From 9a2aed919347ef68264ba556eeb1ddcbff2db005 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 29 Mar 2013 10:06:28 +0400 Subject: sharepopup: use stylesheet/javascript_tag --- classes/handler/public.php | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'classes') diff --git a/classes/handler/public.php b/classes/handler/public.php index c302043df..902e836fc 100644 --- a/classes/handler/public.php +++ b/classes/handler/public.php @@ -365,15 +365,13 @@ class Handler_Public extends Handler { } header('Content-Type: text/html; charset=utf-8'); - print " - - Tiny Tiny RSS - - - - - - "; + print "Tiny Tiny RSS"; + + print stylesheet_tag("utility.css"); + print javascript_tag("lib/prototype.js"); + print javascript_tag("lib/scriptaculous/scriptaculous.js?load=effects,dragdrop,controls"); + print " + "; $action = $_REQUEST["action"]; -- cgit v1.2.3