Updated year | Happy 2017! 🎉
This commit is contained in:
parent
162b24ec87
commit
f0d273eb9d
|
@ -1,4 +1,4 @@
|
|||
# (c) 2015-2016 Wruczek <wruczekk@gmail.com>
|
||||
# (c) 2015 - 2017 Wruczek <wruczekk@gmail.com>
|
||||
|
||||
AddDefaultCharset UTF-8
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2016 Wruczek <wruczekk@gmail.com>
|
||||
Copyright (c) 2016 - 2017 Wruczek <wruczekk@gmail.com>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*!
|
||||
* Christmas theme for ts-website
|
||||
* https://github.com/Wruczek/ts-website
|
||||
* (c) Wruczek 2016
|
||||
* (c) Wruczek 2016 - 2017
|
||||
* The MIT License
|
||||
*/
|
||||
|
||||
|
|
|
@ -7,12 +7,12 @@
|
|||
<div class="footer">
|
||||
<div class="container">
|
||||
<hr>
|
||||
<p class="pull-left" id="website-copyright">© <?php tl($config["general"]["title"]); ?> 2016</p>
|
||||
<p class="pull-left" id="website-copyright">© <?php tl($config["general"]["title"]); ?></p>
|
||||
<div class="pull-right">
|
||||
<ul class="list-inline">
|
||||
<li> <!-- Please respect the amount of work we've put for free into this project and leave the authors in the footer. Thank you. -->
|
||||
<p>
|
||||
<a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.3.6 — © <a href="https://wruczek.tech">Wruczek</a> 2016
|
||||
<a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.3.6 — © <a href="https://wruczek.tech">Wruczek</a> 2016 - 2017
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
|
@ -90,7 +90,7 @@ function showError($title, $text) { ?>
|
|||
<?php echo $text; ?>
|
||||
</div>
|
||||
<div class="panel-footer">
|
||||
© <a href="https://wruczek.tech">Wruczek</a> 2016 | <a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.3.6 | MIT License
|
||||
© <a href="https://wruczek.tech">Wruczek</a> 2016 - 2017 | <a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.3.6 | MIT License
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue