diff --git a/assets/index.php b/assets/index.php index 5486930..757b9b5 100644 --- a/assets/index.php +++ b/assets/index.php @@ -1,5 +1,4 @@ printItemLists($section); + $data["NSFWCheck"] = $lib->printNsfwCheck(); + $data["PageNumbers"] = $lib->printPagerNumbers(); + $data["ScriptSec"] = $lib->printScriptSec(); + + ob_start(); + echo ' -'; - echo file_get_contents("/var/www/furatalog-cdn/mainHead.html"); - echo ' +' . $data["header"] . ' Assets - Furatalog.xyz @@ -40,17 +47,11 @@
- '; - echo $lib->printItemLists($section); - echo ' + ' . $data["CurrentItemList"] . '
- '; - echo $lib->printNsfwCheck(); - echo ' -
'; - echo $lib->printPagerNumbers(); - echo ' + ' . $data["NSFWCheck"] . ' +
' . $data["PageNumbers"] . '
- '; - echo $lib->printScriptSec(); - echo ' + ' . $data["ScriptSec"] . ' ';