diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-07-10 19:02:59 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-07-10 19:02:59 +0000 |
| commit | eacc62d06d141701d27be1be165f235d18e2cb7b (patch) | |
| tree | 951d36c259789633e8529f06d5eef5e6644ba73c /edit_personal_page.php | |
| parent | 58f163ebd515e60d4960b8e5067e0284709a9334 (diff) | |
| download | users-eacc62d06d141701d27be1be165f235d18e2cb7b.tar.gz users-eacc62d06d141701d27be1be165f235d18e2cb7b.tar.bz2 users-eacc62d06d141701d27be1be165f235d18e2cb7b.zip | |
move loadAjax() to BitThemes
Diffstat (limited to 'edit_personal_page.php')
| -rw-r--r-- | edit_personal_page.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/edit_personal_page.php b/edit_personal_page.php index c7ccc1c..622114b 100644 --- a/edit_personal_page.php +++ b/edit_personal_page.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_users/edit_personal_page.php,v 1.17 2007/07/09 22:03:22 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_users/edit_personal_page.php,v 1.18 2007/07/10 19:02:59 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_personal_page.php,v 1.17 2007/07/09 22:03:22 squareing Exp $ + * $Id: edit_personal_page.php,v 1.18 2007/07/10 19:02:59 squareing Exp $ * @package users * @subpackage functions */ @@ -57,7 +57,7 @@ $gBitSmarty->assign_by_ref( 'pageInfo', $gBitUser->mInfo ); $gBitSmarty->assign_by_ref( 'gContent', $gBitUser ); // load the ajax library for this page -$gBitSystem->loadAjax( 'prototype' ); +$gBitThemes->loadAjax( 'prototype' ); $gBitSmarty->assign( 'show_page_bar', 'y' ); $gBitSystem->setConfig( 'wiki_description', 'n' ); |
