Add version to footer
This commit is contained in:
parent
195d5e4609
commit
6f52a4a0c7
1 changed files with 8 additions and 0 deletions
|
@ -186,6 +186,14 @@ class Page
|
|||
<div class="sixteen wide column">
|
||||
<h4 class="ui inverted header">wishthis</h4>
|
||||
|
||||
<div class="ui inverted link list">
|
||||
<?php
|
||||
global $options;
|
||||
|
||||
echo 'v' . $options->version;
|
||||
?>
|
||||
</div>
|
||||
|
||||
<div class="ui inverted link list">
|
||||
<a class="item" href="https://github.com/grandeljay/wishthis" target="_blank"><i class="big github icon"></i></a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue