1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:35:56 +00:00

Feature #446 - Allow customizing page title

This commit is contained in:
Richard Beales
2013-03-16 14:27:55 +00:00
parent 804ab1f75b
commit ffbab555b8
6 changed files with 12 additions and 5 deletions

View File

@@ -25,7 +25,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Tiny Tiny RSS : <?php echo __("Preferences") ?></title>
<title><?php echo PAGE_TITLE ?> : <?php echo __("Preferences") ?></title>
<link rel="stylesheet" type="text/css" href="lib/dijit/themes/claro/claro.css"/>
<link rel="stylesheet" type="text/css" href="tt-rss.css?<?php echo $dt_add ?>"/>