<?php 
$head = "Wooden Cross Pendant";
include('head.php'); ?>

<?php 
$foot = "other";
include('foot.php'); ?>

<div class="otherbody"></div>

<div class="content">
	<img src="images/wooden cross pendant.jpg" class="det">
	<b class="urgh">Wooden Cross Pendant</b>
	<h3 class="bang">Description</h3>
	<p class="kawawa">Pink says He died for me, I live for Him. Blue has the fruit of the Spirit. </p>
	<h3 class="bang">Price</h3>
	<p class="kawawa">Php 129.00</p>
	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
		<input type="hidden" name="cmd" value="_s-xclick">
		<input type="hidden" name="hosted_button_id" value="EXJL95SX8FTMW">
		<input type="hidden" name="item_name" value="Wooden Cross Pendant">
		<input type="submit" value="Add to Cart" name="submit">
	</form>
</div>
