diff options
| author | Lester Caine <lester@lsces.co.uk> | 2005-07-15 17:49:00 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2005-07-15 17:49:00 +0000 |
| commit | 7ddffa8626f5ce14e77747d8e425317f799b8bae (patch) | |
| tree | 2429b1fbcfb477eca31ae148b9c7d5f449ceda97 /modules | |
| parent | 93ade86f13c78ae054cd9f31be11d1698c617b6f (diff) | |
| download | calendar-7ddffa8626f5ce14e77747d8e425317f799b8bae.tar.gz calendar-7ddffa8626f5ce14e77747d8e425317f799b8bae.tar.bz2 calendar-7ddffa8626f5ce14e77747d8e425317f799b8bae.zip | |
Operation viewer for bitweaver history - except popup's are not appearing
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mod_calendar.tpl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/mod_calendar.tpl b/modules/mod_calendar.tpl index 69a7fc4..fdfd79e 100644 --- a/modules/mod_calendar.tpl +++ b/modules/mod_calendar.tpl @@ -1,16 +1,16 @@ -{* $Header: /cvsroot/bitweaver/_bit_calendar/modules/mod_calendar.tpl,v 1.1 2005/07/15 12:25:01 bitweaver Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_calendar/modules/mod_calendar.tpl,v 1.2 2005/07/15 17:48:59 lsces Exp $ *} {php} include_once( CALENDAR_PKG_PATH."Calendar.php"); -global $dbTiki,$tikilib; +global $gBitSystem; if(isset($_SESSION["thedate"])) { $day=date("d",$_SESSION["thedate"]); $mon=date("m",$_SESSION["thedate"]); $year=date("Y",$_SESSION["thedate"]); } else { - $day=date( "d", $tikilib->server_time_to_site_time( time() ) ); - $mon=date( "m", $tikilib->server_time_to_site_time( time() ) ); - $year=date( "Y", $tikilib->server_time_to_site_time( time() ) ); + $day=date( "d", $gBitSystem->server_time_to_site_time( time() ) ); + $mon=date( "m", $gBitSystem->server_time_to_site_time( time() ) ); + $year=date( "Y", $gBitSystem->server_time_to_site_time( time() ) ); } if(isset($_REQUEST["day"])) { $day = $_REQUEST["day"]; @@ -67,7 +67,7 @@ if (!strstr($father,"?")) { } {/php} -{bitmodule title="$moduleTitle" name="tikicalendar"} +{bitmodule title="$moduleTitle" name="calendar"} <!-- THIS ROW DISPLAYS THE YEAR AND MONTH --> <div class="navigation"> {php} |
