Joomla Menus disappearing
Hi Gervais,
Thanks for the reply.
How did you integrate the Calendar with Joomla without using kl_php
(or Moslate - I tried this to, but the moslate code wasnt being executed). I don't like the idea of using wrappers.
I've read a few posts on this forum where folks have integrated the
calendar successfully using either kl_php or moslate. My only worry is
that I'm using the most recent version of Joomla and something may
have changed.
BTW, I've updated my "Calendar" link to now point to the following
content code:
{kl_php}
$CSS=1;
require('modules/calendar/calendar.php');
$OL=1;
require('modules/calendar/calendar.php');
$LIST=1;
$DF = "D - M d";
$template="modern.php";
require('modules/calendar/calendar.php');
{/kl_php}
I get the same error message within my menus. But if I remove the last line:
require('modules/calendar/calendar.php');
The menu is fine but the Calendar doesnt display. You ca see this by
clicking "Calendar 2".
http://www.waterfordmtb.com/index.php
Still not sure how to go about fixing this??
W.
|