From f85c96ebbf2784182454c97ab1974823a279b68a Mon Sep 17 00:00:00 2001 From: Pascal Chevrel Date: Thu, 3 May 2012 08:49:59 +0200 Subject: display moonmoon version in title bar of the administration panel, make the version number a variable --- admin/template.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'admin') 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 @@ - <?=_g('moonmoon administration')?> + + +<?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); +?> +