Improvements for adminlist

- Added group icons
- Added empty group text
- Made adminlist sortable through config
- Code has been optimised
This commit is contained in:
Wruczek
2016-06-30 04:20:51 +02:00
parent 0f7146bb09
commit bcffecd525
5 changed files with 46 additions and 16 deletions

View File

@ -7,7 +7,7 @@
<p class="pull-left">&copy; <?php echo $config["general"]["title"]; ?> 2016</p>
<div class="pull-right">
<ul class="list-inline">
<li>Strona &copy; <a href="http://wruczek.top">Wruczek</a> 2016 | <a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.2.1 | MIT License</li>
<li>Strona &copy; <a href="http://wruczek.top">Wruczek</a> 2016 | <a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.2.2 | MIT License</li>
</ul>
</div>
</footer>