summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-07-10 18:59:10 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-07-10 18:59:10 +0000
commitffaeaf9a819e9cfbfdd28ff24a98e87d542bf1b5 (patch)
tree292b38e6a08a05a704b509865bdcc8fb3c64f5af
parent29294e5695a351b43b32909edac22d10a9631fab (diff)
downloadcalendar-ffaeaf9a819e9cfbfdd28ff24a98e87d542bf1b5.tar.gz
calendar-ffaeaf9a819e9cfbfdd28ff24a98e87d542bf1b5.tar.bz2
calendar-ffaeaf9a819e9cfbfdd28ff24a98e87d542bf1b5.zip
move loadAjax() to BitThemes
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index a9d1ae9..8381556 100644
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_calendar/index.php,v 1.53 2007/07/09 22:03:18 squareing Exp $
+// $Header: /cvsroot/bitweaver/_bit_calendar/index.php,v 1.54 2007/07/10 18:59:10 squareing Exp $
// Copyright( c ) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
@@ -136,7 +136,7 @@ for( $i = 0; $i < WEEK_OFFSET; $i++ ) {
array_unshift( $dayNames, $pop );
}
$gBitSmarty->assign( 'dayNames', $dayNames );
-$gBitSystem->loadAjax( 'prototype' );
+$gBitThemes->loadAjax( 'prototype' );
// TODO: make this a pref
$gBitSmarty->assign( 'trunc', $gBitSystem->getConfig( 'title_truncate', 12 ) );