diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-07-10 18:59:10 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-07-10 18:59:10 +0000 |
| commit | ffaeaf9a819e9cfbfdd28ff24a98e87d542bf1b5 (patch) | |
| tree | 292b38e6a08a05a704b509865bdcc8fb3c64f5af | |
| parent | 29294e5695a351b43b32909edac22d10a9631fab (diff) | |
| download | calendar-ffaeaf9a819e9cfbfdd28ff24a98e87d542bf1b5.tar.gz calendar-ffaeaf9a819e9cfbfdd28ff24a98e87d542bf1b5.tar.bz2 calendar-ffaeaf9a819e9cfbfdd28ff24a98e87d542bf1b5.zip | |
move loadAjax() to BitThemes
| -rw-r--r-- | index.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ) ); |
