þÿ<? // Include MySQL class require_once('inc/mysql.class.php'); // Include database connection require_once('inc/global.inc.php'); // Include functions require_once('inc/functions.inc.php'); // Start the session session_start(); // Process actions $cart = $_SESSION['cart']; include "../tophead.htm"; ?> <title>Trees for Life - Posters</title> <meta name="description" content="These posters are A2 in size (42 x 59 cm.) and feature high quality photographs of the Caledonian Forest, together with several paragraphs of information about the forest ecosystem. They are available individually or as a set of three."> <meta name="keywords" content="poster, colour, image, big"> <? include "../header.php"; ?> <div class="page"> <div class="left"> <div id="box4"> <div class="cartrollover"> <a href="http://www.treesforlife.org.uk/shop/cart.php"><strong><font style="font-size:14px;font-family:Verdana,Arial,Sans-Serif; "><img src="/images/basketicon.png" class="plainpic" border="0">Your basket</strong></font></strong><BR><?php echo writeShoppingCart(); ?></a> </div> </div> <div id="box3"> <h1>Shop</h1> <? include "shopmenu.inc"; ?> </div> </div> <div class="mainlcol"> <div id="box1"> <h1>Trees for Life Posters</h1> <div align="center"> <p><BR>These posters are A2 in size (42 x 59 cm.) and feature high quality photographs of the Caledonian Forest, together with several paragraphs of information about the forest ecosystem. They are available individually or as a set of three.</p> <TABLE cellpadding="15" cellspacing="0" BORDER="0" summary="" class="usual"> <TR align="center"> <TD> <IMG SRC="images/poster_rowan_200a.jpg" ALT="Rowan Poster" width="180" HSPACE="5" VSPACE="5"> </TD> <TD> <IMG SRC="images/poster_forest_200.jpg" ALT="Pine Poster" width="180" HSPACE="5" VSPACE="5"> </TD> <TD> <IMG SRC="images/poster_affric_200c.jpg" ALT="Loch Poster" width="180" HSPACE="5" VSPACE="5"> </TD> </TR> <TR align="center"> <TD> <span class="smallfont">Rowan Poster - £2.00<BR> <a class="button" href="/shop/cart.php?action=add&id=8"><span>Add to Basket...</span></a><BR><BR> </span> </TD> <TD> <span class="smallfont">Pine Poster - £2.00<BR> <a class="button" href="/shop/cart.php?action=add&id=9"><span>Add to Basket...</span></a><BR><BR> </span> </TD> <TD> <span class="smallfont">Loch Poster - £2.00<BR> <a class="button" href="/shop/cart.php?action=add&id=10"><span>Add to Basket...</span></a><BR><BR> </span> </TD> </TR> <TR align="center"> <TD colspan="3"> <span class="smallfont">Posters Set - £5.50<BR> <a class="button" href="/shop/cart.php?action=add&id=7"><span>Add to Basket...</span></a><BR><BR> </span> </TD> </TR> </TABLE> </div> </div> </div> <? include "../footer.htm"; ?>