Updated Date

This commit is contained in:
kolaente 2017-05-13 15:01:54 +02:00 committed by konrad
parent fa76f4bf9e
commit 66ac3d1e89
3 changed files with 6 additions and 6 deletions

View File

@ -140,8 +140,8 @@ else
</form>
<div id="msg"></div>
</div>
<p style="text-align: center;color: #fff;text-shadow: 1px 1px 1px #555;">&copy; 2016 <a
href="http://mowie.cc" style="color: #fff;">Mowie</a></p>
<p style="text-align: center;color: #fff;text-shadow: 1px 1px 1px #555;">&copy; 2017 <a
href="http://mowie.cc" style="color: #fff;" target="_blank">Mowie</a></p>
</div>
<script>
$("#pwreset").submit(function () {

View File

@ -19,7 +19,7 @@
{$test2}
</div>
<div class="footer">
<p>&copy; 2015 | <a href="http://kola-entertainments.de" target="_blank">KoLa Entertainments</a> | <a href="{$website_uri}Impressum">Impressum</a></p>
<p>&copy; {$copyright} | <a href="http://kola-entertainments.de" target="_blank">KoLa Entertainments</a> | <a href="{$website_uri}Impressum">Impressum</a></p>
</div>
</div>
</body>

View File

@ -382,7 +382,7 @@ function printHeader($title)
echo $appmenu;
echo '</ul>
<div class="copy"> © 2016 <a href="http://mowie.cc">Mowie</a></div><div class="langselect"><a id="langselectbtn"><i class="fa fa-globe"></i> </a><div class="langs">';
<div class="copy"> © 2016-2017 <a href="http://mowie.cc" target="_blank">Mowie</a></div><div class="langselect"><a id="langselectbtn"><i class="fa fa-globe"></i> </a><div class="langs">';
//Lang
$langs = $lang->getLangs();
foreach ($langs as $langS)
@ -428,8 +428,8 @@ function printHeader($title)
</form>
<div id="msg"></div>
</div>
<p style="text-align: center;color: #fff;text-shadow: 1px 1px 1px #555;">&copy; 2016 <a
href="http://mowie.cc" style="color: #fff;">Mowie</a></p>
<p style="text-align: center;color: #fff;text-shadow: 1px 1px 1px #555;">&copy; 2016-2017 <a
href="http://mowie.cc" style="color: #fff;" target="_blank">Mowie</a></p>
</div>
<script>
$("#login").submit(function () {