diff options
author | Christian Weiske <cweiske@cweiske.de> | 2011-08-08 07:46:45 +0200 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2011-08-08 07:46:45 +0200 |
commit | 4c9560cf67a97f99078d50475a6463037599e117 (patch) | |
tree | 2273ea1de358b629ecfa467ccd4cffbd3be8cd14 /data/templates | |
parent | 2a22f9d0a515ccae37359dd703ef0070f023084b (diff) | |
parent | 6df5f60e4491900c04c84a9554ab897d5c8a3c21 (diff) | |
download | semanticscuttle-4c9560cf67a97f99078d50475a6463037599e117.tar.gz semanticscuttle-4c9560cf67a97f99078d50475a6463037599e117.tar.bz2 |
Merge branch '0.98'
Diffstat (limited to 'data/templates')
-rw-r--r-- | data/templates/default/about.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/default/about.tpl.php b/data/templates/default/about.tpl.php index 7381570..a9dae5c 100644 --- a/data/templates/default/about.tpl.php +++ b/data/templates/default/about.tpl.php @@ -17,7 +17,7 @@ $this->includeTemplate($GLOBALS['top_include']); <?php if(!is_null($currentUser) && $currentUser->isAdmin()): ?> -<li>SemanticScuttle v0.98.1</li> +<li>SemanticScuttle v0.98.2</li> <?php endif ?> </ul> |