mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
don't generate default.css, replace with themes/light.css as a default root CSS file
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
<head>
|
||||
<title>Create new account</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<?php echo stylesheet_tag("css/default.css") ?>
|
||||
<?php echo stylesheet_tag("themes/light.css") ?>
|
||||
<?php echo javascript_tag("js/common.js") ?>
|
||||
<?php echo javascript_tag("lib/prototype.js") ?>
|
||||
<?php echo javascript_tag("lib/scriptaculous/scriptaculous.js?load=effects,controls") ?>
|
||||
|
||||
Reference in New Issue
Block a user