summaryrefslogtreecommitdiff
path: root/edit.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-07-10 19:03:16 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-07-10 19:03:16 +0000
commitf7ac1212b6e026c1a01fb9f52f0c27d63daab192 (patch)
tree9a0bdf94422de26159f6773cee5e3d24ccdc2729 /edit.php
parenteee6621e5f0f04e548a10e4ecc160643f9c7fd7c (diff)
downloadwiki-f7ac1212b6e026c1a01fb9f52f0c27d63daab192.tar.gz
wiki-f7ac1212b6e026c1a01fb9f52f0c27d63daab192.tar.bz2
wiki-f7ac1212b6e026c1a01fb9f52f0c27d63daab192.zip
move loadAjax() to BitThemes
Diffstat (limited to 'edit.php')
-rw-r--r--edit.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/edit.php b/edit.php
index 1a64ea0..21126c4 100644
--- a/edit.php
+++ b/edit.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/edit.php,v 1.38 2007/07/09 22:03:22 squareing Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/edit.php,v 1.39 2007/07/10 19:03:16 squareing Exp $
*
* Copyright( c ) 2004 bitweaver.org
* Copyright( c ) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* All Rights Reserved. See copyright.txt for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details
*
- * $Id: edit.php,v 1.38 2007/07/09 22:03:22 squareing Exp $
+ * $Id: edit.php,v 1.39 2007/07/10 19:03:16 squareing Exp $
* @package wiki
* @subpackage functions
*/
@@ -451,6 +451,6 @@ $gBitSmarty->assign_by_ref( 'pageInfo', $formInfo );
$gBitSmarty->assign_by_ref( 'errors', $gContent->mErrors );
// load the ajax library for this page
-$gBitSystem->loadAjax( 'prototype' );
+$gBitThemes->loadAjax( 'prototype' );
$gBitSystem->display( 'bitpackage:wiki/edit_page.tpl', 'Edit: '.$gContent->getTitle() );
?>