diff options
| author | Christian Fowler <spider@viovio.com> | 2005-12-11 06:34:19 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2005-12-11 06:34:19 +0000 |
| commit | 643f1d7f43ef14bb415fd69ba435035d1426a3a9 (patch) | |
| tree | c89b28e45811025af6a1ad684b6b6e7df5ea96a4 /edition.php | |
| parent | c0ede787f79de2f5ff07146148676e102d12ba23 (diff) | |
| download | newsletters-643f1d7f43ef14bb415fd69ba435035d1426a3a9.tar.gz newsletters-643f1d7f43ef14bb415fd69ba435035d1426a3a9.tar.bz2 newsletters-643f1d7f43ef14bb415fd69ba435035d1426a3a9.zip | |
add edition saving and listing, almost to the point of getting send working
Diffstat (limited to 'edition.php')
| -rw-r--r-- | edition.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/edition.php b/edition.php index 655da4b..5d18640 100644 --- a/edition.php +++ b/edition.php @@ -39,13 +39,13 @@ if (isset($_REQUEST["remove"] ) && $gContent->isValid() ) { } if( $gContent->isValid() ) { - $mid = 'bitpackage:bitcommerce/view_edition.tpl'; + $mid = 'bitpackage:newsletters/view_edition.tpl'; } else { $listHash = array(); $editions = $gContent->getList( $listHash ); - $gBitSmarty->assign_by_ref( 'editions', $editions ); + $gBitSmarty->assign_by_ref( 'editionList', $editions ); $gBitSmarty->assign( 'listInfo', $listHash ); - $mid = 'bitpackage:bitcommerce/list_editions.tpl'; + $mid = 'bitpackage:newsletters/list_editions.tpl'; } // Display the template |
