mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:35:56 +00:00
update SITE_TITLE customization to work without needing to be pre-defined, make it compatible with unread count now being at start of title
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title><?php echo PAGE_TITLE ?> : <?php echo __("Preferences") ?></title>
|
||||
<title><?php echo get_site_title() ?> : <?php echo __("Preferences") ?></title>
|
||||
|
||||
<?php echo stylesheet_tag("lib/dijit/themes/claro/claro.css"); ?>
|
||||
<?php echo stylesheet_tag("tt-rss.css"); ?>
|
||||
|
||||
Reference in New Issue
Block a user