Hi Dave
Could you check if this is in the correct place
Inserted the red text as it says but the
The instructions says insert the red text ...
==============================================
// ---------------------
// Grab the tablewrapper
list($tbopen,$tbclose) = $html -> table_wrapper();
[:"red"]if($Calendar == 'Y') {
require ('postlist_event.php');
} [/]
include ("$thispath/templates/$tempstyle/postlist.tmpl");
===============================================
I can only find the below so I inserted it there is this correct. This [:"blue"] if (!$debug) [/] {is omitted from the instructions do I keep it in or take it out?
===============================================
// Grab the tablewrapper
list($tbopen,$tbclose) = $html -> table_wrapper();
[:"red"] if($Calendar == 'Y') {
require ('postlist_event.php');
} [/]
[:"blue"] if (!$debug) { [/]
include ("$thispath/templates/$tempstyle/postlist.tmpl");
}
// Send the footer
$html -> send_footer();
?>
=============================================