From 8d051fa0769922df69ac737eee9d13dff67095a9 Mon Sep 17 00:00:00 2001 From: Richard Beales Date: Thu, 21 Mar 2013 20:24:26 +0000 Subject: update SITE_TITLE customization to work without needing to be pre-defined, make it compatible with unread count now being at start of title --- prefs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prefs.php') diff --git a/prefs.php b/prefs.php index 9c59d6c4d..0d27a6e81 100644 --- a/prefs.php +++ b/prefs.php @@ -23,7 +23,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - <?php echo PAGE_TITLE ?> : <?php echo __("Preferences") ?> + <?php echo get_site_title() ?> : <?php echo __("Preferences") ?> -- cgit v1.2.3