diff --git a/lib/tables.inc.php b/lib/tables.inc.php index 33f9cb96..0b1354ca 100644 --- a/lib/tables.inc.php +++ b/lib/tables.inc.php @@ -70,5 +70,6 @@ define('PACKAGE_ENABLED', 2); $version = '0.9.2'; $dbversion = '2'; +$branding = ''; ?> diff --git a/templates/admin/index/index.tpl b/templates/admin/index/index.tpl index af6730aa..5e993487 100644 --- a/templates/admin/index/index.tpl +++ b/templates/admin/index/index.tpl @@ -119,7 +119,7 @@ $header {$cron_last_runs} {$lng['admin']['installedversion']}: - {$version} + {$version}{$branding} {$lng['admin']['latestversion']}: diff --git a/templates/footer.tpl b/templates/footer.tpl index f3ebfde0..d98325a4 100644 --- a/templates/footer.tpl +++ b/templates/footer.tpl @@ -6,7 +6,7 @@
Froxlor - {$version} + {$version}{$branding} © 2009-2010 by the Froxlor Team
Theme based on work by: Luca Piona and Luca Longinotti