diff --git a/public/listing.php b/public/listing.php index abf77c9..72b744c 100644 --- a/public/listing.php +++ b/public/listing.php @@ -1,6 +1,5 @@ Product Page
'. populateContent() .'
'; @@ -79,4 +78,7 @@ function populateContent() { return $output; } -?> \ No newline at end of file +?> +//TODO: add functionality for bid form +//TODO: add functionality for review form +//TODO: add bid history \ No newline at end of file