-
Notifications
You must be signed in to change notification settings - Fork 1
/
top-gun-corn-feeder.php
39 lines (37 loc) · 1.52 KB
/
top-gun-corn-feeder.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
33
34
35
36
37
38
39
<?php require_once dirname(__FILE__) . "/inc/config.php"; ?>
<?php // Page data
$pageTitle = "Top Gun Corn Feeder";
$pageTitleTag = $siteName . " Outback Feeders " . $pageTitle;
$pageDescription = $siteName . " Top Gun Corn Feeder " . $pageTitle;
$pageKeywords = $pageTitle . " Top Gun Corn Feeder Pistolero Directional Eliminator " . $siteKeywords;
?>
<?php require_once dirname(__FILE__) . "/inc/header.php"; ?>
<main class="ob-main flex-container cushycms-text">
<h1>Top Gun Corn Feeder</h1>
<div class="product-half">
<div class="product-row flex-container-row">
<div class="product-single">
<div class="product-media">
<img class="product-image" src="obf/products/topgun3-225x300.jpg" alt="Top Gun" />
</div>
<div class="product-description">
<p>With Pistolero Directional</p>
<p>$1675</p>
<img class="product-image" src="obf/products/topgun4-225x300.jpg" alt="Top Gun4" />
</div>
</div>
<div class="product-single">
<div class="product-media">
<img class="product-image" src="obf/products/topgun-225x300.jpg" alt="Top Gun 3" />
</div>
<div class="product-description">
<p>360 Degree Corn Distribution
With Eliminator</p>
<p>$1575</p>
<img class="product-image" src="obf/products/topgun2-300x225.jpg" alt="Top Gun2" />
</div>
</div>
</div>
</div>
</main>
<?php require_once dirname(__FILE__) . "/inc/footer.php"; ?>