todos update
This commit is contained in:
parent
2b0f20ae20
commit
c08abe7915
|
|
@ -1,6 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
$pageTitle = 'iBuy - Product Listing';
|
$pageTitle = 'iBuy - Product Listing';
|
||||||
//TODO: have page populate information based on listing in the database
|
|
||||||
$pageContent = '<h1>Product Page</h1>
|
$pageContent = '<h1>Product Page</h1>
|
||||||
<article class="product">'. populateContent() .'</article>';
|
<article class="product">'. populateContent() .'</article>';
|
||||||
|
|
||||||
|
|
@ -79,4 +78,7 @@ function populateContent() {
|
||||||
|
|
||||||
return $output;
|
return $output;
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
//TODO: add functionality for bid form
|
||||||
|
//TODO: add functionality for review form
|
||||||
|
//TODO: add bid history
|
||||||
Loading…
Reference in New Issue