View Single Post
Old February 22nd, 2011, 09:34 AM   #3 (permalink)
genehunter
Member
Verified Customer
 
Join Date: May 2008
Location: bethune, sc
Posts: 107
This is what I am putting and nothing shows up.

<?php
echo<<<PPPRINT
<!-- BEGIN TEMPLATE: custom1pal.tmpl -->
$ppopenside


<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<?php $CSS=1; require("calendar/calendar.php"); ?>
<style type="text/css">

</style>


<body>
<?php $OL=1; require("calendar/calendar.php"); ?>
<div align="center">

<?php
require("calendar/calendar.php");
?>




$ppcloseside
<!-- END TEMPLATE: custom1pal.tmpl -->
PPPRINT;
?>
genehunter is offline   Reply With Quote