mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 08:35:55 +00:00
move stylesheets to css/, reference default tt-rss stylesheets from
default.css to make custom themes easier
This commit is contained in:
@@ -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("utility.css") ?>
|
||||
<?php stylesheet_tag("css/utility.css") ?>
|
||||
<body class="otp"><div class="content">
|
||||
<form action="public.php?return=<?php echo $return ?>"
|
||||
method="POST" class="otpform">
|
||||
|
||||
Reference in New Issue
Block a user