todos update

This commit is contained in:
Joshua Perry 2022-11-15 17:04:26 +00:00
parent 2b0f20ae20
commit c08abe7915
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,5 @@
<?php
$pageTitle = 'iBuy - Product Listing';
//TODO: have page populate information based on listing in the database
$pageContent = '<h1>Product Page</h1>
<article class="product">'. populateContent() .'</article>';
@ -79,4 +78,7 @@ function populateContent() {
return $output;
}
?>
?>
//TODO: add functionality for bid form
//TODO: add functionality for review form
//TODO: add bid history