diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-07-10 19:00:55 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-07-10 19:00:55 +0000 |
| commit | 7bcd2c20a3a419bc697c44cc6441d167b35893d5 (patch) | |
| tree | 1b8a99a143b2dccc506fb38c85242581c6c87c6e /edition_edit.php | |
| parent | 7552d700dd3814445132ee6a8d7acafc0a27ef2b (diff) | |
| download | newsletters-7bcd2c20a3a419bc697c44cc6441d167b35893d5.tar.gz newsletters-7bcd2c20a3a419bc697c44cc6441d167b35893d5.tar.bz2 newsletters-7bcd2c20a3a419bc697c44cc6441d167b35893d5.zip | |
move loadAjax() to BitThemes
Diffstat (limited to 'edition_edit.php')
| -rw-r--r-- | edition_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edition_edit.php b/edition_edit.php index c352a72..abf4cc6 100644 --- a/edition_edit.php +++ b/edition_edit.php @@ -94,7 +94,7 @@ $gBitSmarty->assign_by_ref( 'pageInfo', $formInfo ); $gBitSmarty->assign( 'errors', $gContent->mErrors ); // load the ajax library for this page -$gBitSystem->loadAjax( 'prototype' ); +$gBitThemes->loadAjax( 'prototype' ); // Display the template $gBitSystem->display( 'bitpackage:newsletters/edit_edition.tpl', ($gContent->isValid() ? tra( 'Edit Edition' ).': '.$gContent->getTitle() : tra( 'Create New Edition' )) ); |
