Re: Event Calendar
Hi folks,
I added the modul event calendar to my website. The problem is, that there will shown no calendar. The picture in the frame shows the headerframe of my site again.
Do anyone have an idea, where the problem or mistake is hidden ??
Behalf you will find the link to my page.
http://www.erotik-dessous-toys.de/ed...ex&language=en
Also I implemented the following code.
4)Edit includes/templates/your_template/common/tpl_main_page.php
//Add at top first line before "<?php " this code:
<?php
if (isset($_GET['eventmode']) && $_GET['eventmode'] == 'eventframe') {
require($body_code);
}else{
?>
//Add at bottom last line after "?> " this code:
<?php
}
?>
After adding the code my homepage is blank.
Any idea to this to ??
Thank and greetings
Lissy
ZenCart Version 1.3.7 and ZenCart Version 1.3.8
Apache/2.0.54 (Debian GNU/Linux) mod_ssl/2.0.54 OpenSSL/0.9.7e