mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 12:31:06 -05:00
Add version info (issue #57)
This commit is contained in:
parent
04c0011d00
commit
4ee3b00f73
@ -16,6 +16,16 @@
|
||||
*/
|
||||
$config['base_url'] = '';
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Stikked version
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| So that we can track your version.
|
||||
|
|
||||
*/
|
||||
$config['stikked_version'] = '0.8.5';
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Index File
|
||||
|
@ -1,3 +1,3 @@
|
||||
<div class="footer">
|
||||
<?php echo lang('powered_by'); ?> <a href="https://github.com/claudehohl/Stikked">Stikked</a>
|
||||
<?php echo lang('powered_by'); ?> <a href="https://github.com/claudehohl/Stikked">Stikked<!-- version <?php echo config_item('stikked_version'); ?> --></a>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user