- -
Limited'; }; ?>
+getUsername(); ?>
+ ++
Price: + @ +
+Description: +
+Type: +
+Sales: +
+ +Price: @
- -(0 sold)
+diff --git a/admin.php b/admin.php
new file mode 100644
index 0000000..e69de29
diff --git a/assets/renders/user/thumbnail.php b/assets/renders/user/fullbody.php
similarity index 100%
rename from assets/renders/user/thumbnail.php
rename to assets/renders/user/fullbody.php
diff --git a/catalog.php b/catalog.php
index ccf8c26..b2fd52a 100644
--- a/catalog.php
+++ b/catalog.php
@@ -47,6 +47,12 @@ if(isset($_GET["filter"])) {
$page = null;
}
+$sql = "SELECT allStar FROM catalog ORDER BY RAND() LIMIT 1";
+$q = $con->prepare(str_replace('allStar', 'name', $sql));
+$q->execute();
+$random_search_array = $q->fetch();
+$random_search = array_rand($random_search_array, 1);
+
$getitstarted = new PartyStarter;
$getitstarted->header();
?>
@@ -57,7 +63,7 @@ $getitstarted->header();