-
Notifications
You must be signed in to change notification settings - Fork 1
/
bulk-bins.php
32 lines (26 loc) · 986 Bytes
/
bulk-bins.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?php require_once dirname(__FILE__) . "/inc/config.php"; ?>
<?php // Page data
$pageTitle = "";
$pageTitleTag = $siteName . " Outback Feeders " . $pageTitle;
$pageDescription = $siteName . " " . $pageTitle;
$pageKeywords = $pageTitle . " " . $siteKeywords;
// $extraCss = array("forms");
?>
<?php require_once dirname(__FILE__) . "/inc/header.php"; ?>
<main class="ob-main flex-container cushycms-text">
<h1>Bulk Bins</h1>
<div class="product">
<div class="product-row flex-container-row">
<div class="product-media">
<img class="product-image" src="obf/products/NEWFEEB-Poco-Blk-Bin-768x1024.jpg" alt="Poco Blk Bin" width="384" height="512" />
</div>
<div class="product-description">
<h3>POCO BULK BIN</h3>
<p>1000# – $1950<br>
2000# – $2050<br>
3000# – $2350</p>
</div>
</div>
</div>
</main>
<?php require_once dirname(__FILE__) . "/inc/footer.php"; ?>