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

move Zoom stylesheet to a separate file

update stylesheet/javascript tag helpers to return output instead of
printing it
This commit is contained in:
Andrew Dolgov
2014-01-28 01:39:24 +04:00
parent 8d6fd8be85
commit cdbcb2778a
6 changed files with 22 additions and 89 deletions

View File

@@ -51,7 +51,7 @@ class Auth_Internal extends Plugin implements IAuthModule {
$return = urlencode($_REQUEST["return"]);
?><html>
<head><title>Tiny Tiny RSS</title></head>
<?php stylesheet_tag("css/utility.css") ?>
<?php echo stylesheet_tag("css/utility.css") ?>
<body class="otp"><div class="content">
<form action="public.php?return=<?php echo $return ?>"
method="POST" class="otpform">