diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-07-10 18:59:40 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-07-10 18:59:40 +0000 |
| commit | 4c9aa135e68b8b880d346d22cf0067f8397e1d78 (patch) | |
| tree | 9731c269fd4b4945d8661f4d9596f22de7eff8b9 /edit.php | |
| parent | 9731b4ca7e237536a9fb360e533fcafdf75e194c (diff) | |
| download | fisheye-4c9aa135e68b8b880d346d22cf0067f8397e1d78.tar.gz fisheye-4c9aa135e68b8b880d346d22cf0067f8397e1d78.tar.bz2 fisheye-4c9aa135e68b8b880d346d22cf0067f8397e1d78.zip | |
move loadAjax() to BitThemes
Diffstat (limited to 'edit.php')
| -rw-r--r-- | edit.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_fisheye/edit.php,v 1.21 2007/07/09 22:03:18 squareing Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_fisheye/edit.php,v 1.22 2007/07/10 18:59:40 squareing Exp $ * @package fisheye * @subpackage functions */ @@ -93,7 +93,7 @@ $errors = (!empty($gContent->mErrors) ? $gContent->mErrors : array()); $gBitSmarty->assign_by_ref('errors', $errors); $gBitSystem->setOnloadScript( 'updateGalleryPagination();' ); -$gBitSystem->loadAjax( 'prototype' ); +$gBitThemes->loadAjax( 'prototype' ); $gallery = $gContent->getParentGalleries(); $gBitSmarty->assign_by_ref( 'parentGalleries', $gallery ); |
