Fifth pass at adding key files
This commit is contained in:
20
site/runshops/include_store.php
Normal file
20
site/runshops/include_store.php
Normal file
@ -0,0 +1,20 @@
|
||||
<div class="list-block grid">
|
||||
<div class="col-1-1 clearfix">
|
||||
<h3 class="float-left"><a href="<? echo "individual.php?runshop_id=$row[runshop_id]"; ?>"><? echo $row[runshop_name]; ?></a></h3>
|
||||
</div>
|
||||
<div class="col-1-2">
|
||||
<?
|
||||
echo ("$row[runshop_address]");
|
||||
if ($row[runshop_address_two]) { echo ("<br />$row[runshop_address_two]"); }
|
||||
echo("<br />$row[runshop_city], $row[runshop_state] $row[runshop_zip]");
|
||||
?>
|
||||
<br />Phone: <? echo $row[runshop_phone] ?>
|
||||
<br />Fax: <? echo $row[runshop_fax] ?>
|
||||
</div>
|
||||
<div class="col-1-2">
|
||||
Email: <? echo "<a href='mailto:$row[runshop_email]'>$row[runshop_email]</a>"; ?><br/>
|
||||
Website: <? echo "<a href='$row[runshop_website]' target='_blank'>$row[runshop_website]</a>"; ?><br/>
|
||||
<? if ($row[runshop_cart] == 1) { echo ("**eCommerce Shopping Cart**<br />"); } ?>
|
||||
<a href="<? echo "individual.php?runshop_id=$row[runshop_id]"; ?>">More info ></a>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user