From 4ee3b00f7351cc82a109d472e237784ac34bee0f Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 14 Apr 2013 19:19:58 +0200 Subject: [PATCH] Add version info (issue #57) --- htdocs/application/config/config.php | 10 ++++++++++ .../themes/default/views/defaults/footer_message.php | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/htdocs/application/config/config.php b/htdocs/application/config/config.php index 9b07722..3c92c9d 100644 --- a/htdocs/application/config/config.php +++ b/htdocs/application/config/config.php @@ -16,6 +16,16 @@ */ $config['base_url'] = ''; +/* +|-------------------------------------------------------------------------- +| Stikked version +|-------------------------------------------------------------------------- +| +| So that we can track your version. +| +*/ +$config['stikked_version'] = '0.8.5'; + /* |-------------------------------------------------------------------------- | Index File diff --git a/htdocs/themes/default/views/defaults/footer_message.php b/htdocs/themes/default/views/defaults/footer_message.php index 568cc1f..93c03e8 100644 --- a/htdocs/themes/default/views/defaults/footer_message.php +++ b/htdocs/themes/default/views/defaults/footer_message.php @@ -1,3 +1,3 @@