ÿþ<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>3D christening cakes</title> <link href="christeningcakes.css" rel="stylesheet" media="print, screen"> <link href="../includes/christeningmenu.css" rel="stylesheet" media="print, screen"> <?php require("../includes/menu.js") ?> <script type="text/javascript"> var newwin; function openwindow(ref) { newwin = window.open("3dpopup.php?ref="+ref,"my_new_window","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=yes, copyhistory=yes, width=550, height=470 left=100, top=100"); {setTimeout('newwin.focus();',250);} } </script> </head> <body> <?php require("../admin/db_connection.php") ?> <div id="frame"> <div id="header"><a href="http://www.cakes4fun.co.uk/"><img src="header.jpg" alt="cakes4fun" title="Homepage" border="none"/></a></div> <div id="topmenu"><?php require("../includes/menu.html") ?></div> <div id="catmenu"><?php require("../includes/catmenu.html") ?></div> <div id="topleft"><img src="tl3d.jpg" alt="cake"/> <?php require("../includes/tel.html") ?> <?php require("../includes/genericquote.php") ?></div> <div id="background"> <div id="title">3D christening cakes</div> <div id="content"> This fun and new idea is taking hold and  mums to be are enjoying the novel experience of  Baby Shower parties. <br/><br/> Cakes 4 Fun can create any style of cake for this celebration, and have found that our cup cakes and individually iced cakes are great to present at the party, and also as take home gifts for your guests. <br/><br/> We were delighted when Saira Khan of TV presenter and contestant of hit shows 'Beat The Boss' and 'The Apprentice' chose Cakes 4 Fun to create her baby shower cake. The Hello photo shoot took place at Hanbury Manor and guests adored the sugar decorations on their pastel coloured cakes which were gift boxed and given as a take home treat!<br/><br/> <div id="block"> <?php $query = 'Select * from christenings WHERE category = "3d" ORDER BY pictureorder'; if ($r = mysql_query($query)) { while ($row = mysql_fetch_array($r)) { ?> <div id="image"> <a href= "javascript:openwindow('<?php print "{$row['ref']}"?>')"> <img src="../admin/phpThumb/phpThumb.php?src=/admin/christenings/3d/<?php print "{$row['name']}"?>&w=100" border="none"> </a> <!-- end of image --></div> <?php ;} ?> <?php }else{die;} ?> <!-- end of block --></div> <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/> <br/><br/><br/><br/> <!-- end of content --> </div> <br/><br/> <!-- end of background --> </div> <div id="footer"><div id="footer"><?php require("../admin/closedb.php") ?> <?php require("../includes/footer.html") ?></div> <!-- end of frame --> </div> </body> </html>