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