Initial Commit of v2
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
<?php
|
||||
require_once("/var/www/furatalog-misc/furatalog.lib.php");
|
||||
$lib = new furatalogLib();
|
||||
$lib->init();
|
||||
|
||||
$section = 3;
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<?php echo file_get_contents("/var/www/furatalog-cdn/mainHead.html"); ?>
|
||||
<title>Avatar-Bases - Furatalog.xyz</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="navigation">
|
||||
<a href="/">Home</a>
|
||||
<a class="nocursor nohover">|</a>
|
||||
<a href="/assets/" class="navitem">Assets</a>
|
||||
<a href="/bases/" class="navitem active">Avatar-Bases</a>
|
||||
<a href="/avatars/" class="navitem">Avatars</a>
|
||||
<a href="/worlds/" class="navitem">Worlds</a>
|
||||
<div class="dropdown">
|
||||
<a class="dropbtn">▼</a>
|
||||
<div class="dropdown-content">
|
||||
<a href="/assets/">Assets</a>
|
||||
<a href="/bases/">Avatar-Bases</a>
|
||||
<a href="/avatars/" class="active">Avatars</a>
|
||||
<a href="/worlds/">Worlds</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="right">
|
||||
<form action="./">
|
||||
<input name="s" type="text" placeholder="Search 🔍" autoComplete='off' value="<?php echo $_GET["s"]; ?>">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="main">
|
||||
<?php $lib->printItemLists($section); ?>
|
||||
</div>
|
||||
|
||||
<?php $lib->printNsfwCheck(); ?>
|
||||
|
||||
<footer>
|
||||
<p>
|
||||
© 2025 <a href="https://siskel.dev">SiskelDev</a>. All rights reserved.<br>
|
||||
All trademarks are property of their respective owners in the US and other countries.<br>
|
||||
Information displayed on furatalog.xyz is provided without any guarantee of accuracy or currency.
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
<?php $lib->printScriptSec(); ?>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user