summaryrefslogtreecommitdiff
path: root/sub.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2008-11-11 17:55:30 +0000
committerChristian Fowler <spider@viovio.com>2008-11-11 17:55:30 +0000
commit0e242cfdfb56d1528ce7f474973ad352e9808ba2 (patch)
tree770b73007c55dbc0a19d02115c709bcf2ca3054e /sub.php
parentec521b7311ae3555b8acef5f85ecb0ef77234d97 (diff)
downloadnewsletters-0e242cfdfb56d1528ce7f474973ad352e9808ba2.tar.gz
newsletters-0e242cfdfb56d1528ce7f474973ad352e9808ba2.tar.bz2
newsletters-0e242cfdfb56d1528ce7f474973ad352e9808ba2.zip
add title
Diffstat (limited to 'sub.php')
-rw-r--r--sub.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/sub.php b/sub.php
index fe82003..38b0804 100644
--- a/sub.php
+++ b/sub.php
@@ -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"]);