PDA

View Full Version : $showTheme="x"; problem


chrisbaker
11-22-2005, 10:39 PM
I am trying to create a theme for my calendar which is a TOC displayed calendar. I have php commands in html setup on my webserver. I created a test file to test the new theme and tweak it to how I want without actually altering the calendar that I have displaying now. I tried using the $showTheme variable and it just seems to not want to work. Here is the code I have placed in the file where I want the calendar to show:

<?php
$TOC=1;
$showTheme="bob";
require ("calendar/calendar.php");
?>

the theme is called "bob" and the test page is this: http://www.exeterbiblechurch.org/cal_tst.html, which doesn't work right. But if I type in this: http://www.exeterbiblechurch.org/cal_tst.html?showTheme=bob granted there is some minor tweaking to do yet. I just don't get it. If I go to the event manager and select my theme, the "bob" theme is in there and if I select it and save, it works. Any idea's as to what's going on. I am using v6.3.05.

Brian
11-22-2005, 10:45 PM
Can you attach the full original contents of cal_tst.html (or open a support ticket with the file if needed)?