Sexier footer

This commit is contained in:
Wruczek 2016-11-13 18:02:32 +01:00
parent 5182549f37
commit cc9b755087
3 changed files with 17 additions and 3 deletions

View File

@ -25,8 +25,7 @@ $lang["navbar"]["connecttooltip"] = "Click to connect to {0}";
/************* Footer *************/ /************* Footer *************/
$lang["footer"]["website"] = "Website"; $lang["footer"]["css"] = "CSS by";
$lang["footer"]["css"] = "CSS thanks to courtesy of";
$lang["footer"]["background"] = "background"; $lang["footer"]["background"] = "background";

View File

@ -150,3 +150,9 @@ body {
left: 0; left: 0;
padding: 1rem; padding: 1rem;
} }
.footer .pull-right p {
margin: 0 0 0 0;
font-size: 80%;
text-align: right;
}

View File

@ -10,7 +10,16 @@
<p class="pull-left">&copy; <?php tl($config["general"]["title"]); ?> 2016</p> <p class="pull-left">&copy; <?php tl($config["general"]["title"]); ?> 2016</p>
<div class="pull-right"> <div class="pull-right">
<ul class="list-inline"> <ul class="list-inline">
<li><p><small><?php tl($lang["footer"]["website"]); ?> &copy; <a href="http://wruczek.top">Wruczek</a> 2016 | <a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.3.3 | MIT License<br><?php tl($lang["footer"]["css"]); ?> <a href="https://flamespersecond.de">NothingTV</a>, <?php tl($lang["footer"]["background"]); ?> &copy; <a href="http://nabulsigraphix.wix.com/commissions">NabulsiGraphix</a></small></p></li> <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.3 &mdash; &copy; <a href="http://wruczek.top">Wruczek</a> 2016
</p>
<p>
<?php tl($lang["footer"]["css"]); ?> <a href="https://flamespersecond.de">NothingTV</a>, <?php tl($lang["footer"]["background"]); ?> &copy;
<a href="https://twitter.com/MrSanman98">NabulsiGraphix</a>
</p>
</li>
</ul> </ul>
</div> </div>
</div> </div>