The calendar script is great, but very plain looking, so I decided to provide it with the header and footer from my main site by using the following SSI directive on line 41 of the default.html template.
<!--#include file="../../../../../../includes/header.php"-->
My server contains a handler to parse .html files for Server Side Includes, and my site is primarily written in PHP.
Here's the problem: The immediate contents of the header.php file are being parsed and showing up on the calendar pages, but the contents of "nested" files included in the header.php are not being parsed.
My header file (site_root/includes/header.php) contains includes to other template files, such as <?php include "includes/leftmenu.php"?> . These nested includes are not being parsed.
Any help you can give would be appreciated. And, just a suggestion: There is a plug-in distributed for free at hamweather.com that enables users to use SSIs such as the one described above with the HamWeather CGI-Perl script. If a similar plug-in could be developed for the CalendarScript, it would be great!
-- C0113c70r