Thanks Gervais,
That didn't seem to have any effect. I'm not a PHP developer, so I tried both:
<?php $thisFile = "?page_id=329"; require("calendar/plugins/filter.php"); ?>
and...
<?php $thisFile = "?page_id=329"; ?>
<?php require("calendar/plugins/filter.php"); ?>
neither seemed to have any effect.
Additionally, I moved the $CSS and $OL lines back into the header.php file. Here's a paste of a few lines:
<?php $CSS=1; require("calendar/calendar.php"); ?>
</head>
<body class="<?php mystique_body_class() ?>">
<?php $OL=1; require("calendar/calendar.php"); ?>
By the way, the Wordpress theme I'm using is Mystique
|