-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfooter.php
22 lines (22 loc) · 1008 Bytes
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
if (!$mobileLayout) echo '<a href="#" onclick="enableMobileLayout(1); return false;" rel="nofollow">Mobile view</a>';
else echo '<a href="#" onclick="enableMobileLayout(-1); return false;" rel="nofollow">Disable mobile view</a>';
?>
<br>
<br>
<?php $bucket = "footer"; include("./lib/pluginloader.php");?>
Powered by AcmlmBoard XD - version 3.0+Ω<br />
By Dirbaio, xfix, Kawa, StapleButter, Nina, et al<br />
AcmlmBoard © Jean-François Lapointe<br />
<?php print __("<!-- English translation by The ABXD Team -->")?>
<a href="http://validator.w3.org/check?uri=referer">
<img src="img/xhtml10.png" alt="Valid XHTML 1.0 Transitional" />
</a>
<a href="http://jigsaw.w3.org/css-validator/">
<img src="img/css.png" alt="Valid CSS!" />
</a>
<a href="https://github.com/timekiller89/ABXD-Omega">
<img src="img/getabxd.png" alt="Get a copy for yourself" />
</a>
<?php print (isset($footerButtons) ? $footerButtons : "")?>
<?php print (isset($footerExtensionsB) ? $footerExtensionsB : "")?>