diff options
Diffstat (limited to 'admin/template.php')
-rwxr-xr-x | admin/template.php | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/admin/template.php b/admin/template.php index d5641f9..7818bef 100755 --- a/admin/template.php +++ b/admin/template.php @@ -3,7 +3,13 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title><?=_g('moonmoon administration')?></title> + <title> + +<?php + echo _g('Administration') . ' — '; + printf(_g('moonmoon %s', '%s is the version number for moonmoon, this string appears as the tab title in the admin panel'), $moon_version); +?> + </title> <link rel="stylesheet" media="screen" type="text/css" href="default.css"> <!--[if lte IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> |