diff --git a/public/listing.php b/public/listing.php
index dfa653f..359d856 100644
--- a/public/listing.php
+++ b/public/listing.php
@@ -1,11 +1,14 @@
Product Page
'. populateContent() .'';
require '../layout.php';
-require_once '../functions.php';
+if (!isset($_GET['listing_id'])) {
+ echo '';
+}
function populateContent() {
$pdo = startDB();