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 --- register.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'register.php') diff --git a/register.php b/register.php index d7ba7da5f..69a3dbf50 100644 --- a/register.php +++ b/register.php @@ -27,7 +27,7 @@ print ''; print " ".htmlspecialchars(SELF_URL_PATH . "/register.php")." - <?php echo PAGE_TITLE ?> registration slots + <?php echo get_site_title() ?> registration slots "; -- cgit v1.2.3-54-g00ecf