I need to put the following block of php into my cmsms template but when I do the code doesn't seem to work.
Any help would be appreciated!
Code: Select all
<?php
$type=1;
$text1="<p>Some text here</p>";
$text2="<p>Some more text here</p>";
include "booking.php";
?>