Whenever i try to display the list mode, i get a calendar as well (and it does crazy things to my DIV's.
I have this code in the file to display the list. Am I doing something wrong??
<?php
// SHOW LISTINGS MODULE
$LIST=1;
$DF = "M jS, Y (D)";
$template="modern.php";
require("calendar.php");
?>
Nevermind! for some reason (oops) i had it require calendar.php, but MY calendar php file that was all formatted not the right calendar.php. so i saw it added on to the file. well simple fix, alls well. thanks anyway!