diff options
Diffstat (limited to 'sub.php')
| -rw-r--r-- | sub.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_newsletters/sub.php,v 1.6 2008/06/25 22:21:14 spiderr Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_newsletters/sub.php,v 1.7 2008/11/11 17:55:30 spiderr Exp $ * Copyright (c) 2005 bitweaver.org * 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 @@ -112,6 +112,7 @@ if( isset( $_REQUEST['c'] ) ) { $gBitSmarty->assign( 'subInfo', $subInfo ); $gBitSmarty->assign( 'unsubs', $unsubs ); $mid = 'bitpackage:newsletters/user_subscriptions.tpl'; + $title = "Newsletter Subscriptions"; } else { $foo = parse_url($_SERVER["REQUEST_URI"]); |
