Cleaning up and Adding Buffer Compleatly
This commit is contained in:
+10
-10
@@ -6,11 +6,12 @@
|
||||
$lib->init();
|
||||
|
||||
$section = 1;
|
||||
?>
|
||||
|
||||
echo '
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<?php echo file_get_contents("/var/www/furatalog-cdn/mainHead.html"); ?>
|
||||
<head>' .
|
||||
file_get_contents("/var/www/furatalog-cdn/mainHead.html") . '
|
||||
<title>Assets - Furatalog.xyz</title>
|
||||
</head>
|
||||
<body>
|
||||
@@ -32,19 +33,19 @@
|
||||
</div>
|
||||
<div class="right">
|
||||
<form action="./">
|
||||
<input name="s" type="text" placeholder="Search 🔍" autoComplete='off' value="<?php echo $_GET["s"]; ?>">
|
||||
<input name="s" type="text" placeholder="Search 🔍" autoComplete="off" value="' . $_GET["s"] . '">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="main">
|
||||
<?php $lib->printItemLists($section); ?>
|
||||
' . $lib->printItemLists($section) . '
|
||||
</div>
|
||||
|
||||
<?php $lib->printNsfwCheck(); ?>
|
||||
' . $lib->printNsfwCheck() . '
|
||||
|
||||
<div class="pager">
|
||||
<?php $lib->printPagerNumbers(); ?>
|
||||
' . $lib->printPagerNumbers() . '
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
@@ -55,10 +56,9 @@
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
<?php $lib->printScriptSec(); ?>
|
||||
' . $lib->printScriptSec() . '
|
||||
</body>
|
||||
</html>
|
||||
</html>';
|
||||
|
||||
<?php
|
||||
ob_end_flush();
|
||||
?>
|
||||
Reference in New Issue
Block a user