From a7f22a34264dc4849c0897ceab184a5f7a3357e5 Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Fri, 12 Mar 2010 16:23:21 +0000 Subject: [PATCH] - added $branding for package-specific-patch-indication, fixes #60 --- lib/tables.inc.php | 1 + templates/admin/index/index.tpl | 2 +- templates/footer.tpl | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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