From 10ac9ab73784ef86305e81ef1806c6c371e488a2 Mon Sep 17 00:00:00 2001 From: ozhozh Date: Thu, 1 Jul 2010 20:56:01 +0000 Subject: [PATCH] Better admin page titles git-svn-id: http://yourls.googlecode.com/svn/trunk@453 12232710-3e20-11de-b438-597f59cd7555 --- admin/install.php | 2 +- admin/tools.php | 2 +- admin/upgrade.php | 2 +- yourls-infos.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/admin/install.php b/admin/install.php index 82de072..3b7e3a1 100644 --- a/admin/install.php +++ b/admin/install.php @@ -42,7 +42,7 @@ // Start output -yourls_html_head( 'install' ); +yourls_html_head( 'install', 'Install YOURLS' ); ?>
diff --git a/admin/tools.php b/admin/tools.php index 60e6670..5eae98b 100644 --- a/admin/tools.php +++ b/admin/tools.php @@ -3,7 +3,7 @@ require_once( dirname(dirname(__FILE__)).'/includes/load-yourls.php' ); yourls_maybe_require_auth(); -yourls_html_head( 'tools' ); +yourls_html_head( 'tools', 'Cool YOURLS Tools' ); yourls_html_logo(); yourls_html_menu(); ?> diff --git a/admin/upgrade.php b/admin/upgrade.php index 933c28a..ebb9e44 100644 --- a/admin/upgrade.php +++ b/admin/upgrade.php @@ -6,7 +6,7 @@ require_once( YOURLS_INC.'/functions-install.php' ); yourls_maybe_require_auth(); -yourls_html_head( 'tools' ); +yourls_html_head( 'upgrade', 'Upgrade YOURLS' ); yourls_html_logo(); yourls_html_menu(); ?> diff --git a/yourls-infos.php b/yourls-infos.php index f99c8e0..30676ed 100644 --- a/yourls-infos.php +++ b/yourls-infos.php @@ -169,7 +169,7 @@ } -yourls_html_head( 'infos' ); +yourls_html_head( 'infos', 'Statistics for '.YOURLS_SITE.'/'.$keyword ); yourls_html_logo(); yourls_html_menu(); ?> -- 2.45.0