Trying Another Bugfix
This commit is contained in:
+9
-4
@@ -39,11 +39,14 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="main">
|
<div class="main">
|
||||||
' . $lib->printItemLists($section) . '
|
';
|
||||||
|
echo $lib->printItemLists($section);
|
||||||
|
echo '
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
' . $lib->printNsfwCheck() . '
|
';
|
||||||
|
echo $lib->printNsfwCheck();
|
||||||
|
echo '
|
||||||
<div class="pager">';
|
<div class="pager">';
|
||||||
echo $lib->printPagerNumbers();
|
echo $lib->printPagerNumbers();
|
||||||
echo '
|
echo '
|
||||||
@@ -57,7 +60,9 @@
|
|||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
' . $lib->printScriptSec() . '
|
';
|
||||||
|
echo $lib->printScriptSec();
|
||||||
|
echo '
|
||||||
</body>
|
</body>
|
||||||
</html>';
|
</html>';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user