summaryrefslogtreecommitdiff
path: root/assigned_modules.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-04-19 13:48:40 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-04-19 13:48:40 +0000
commitc81f527d7e2df5afc56040b8598c34c9a8b988a8 (patch)
tree8c333887298c747e852363017a112e7b55c9b603 /assigned_modules.php
parent6f420d72dd03495ebd885f5a80d6f0f86d11dcf6 (diff)
downloadusers-c81f527d7e2df5afc56040b8598c34c9a8b988a8.tar.gz
users-c81f527d7e2df5afc56040b8598c34c9a8b988a8.tar.bz2
users-c81f527d7e2df5afc56040b8598c34c9a8b988a8.zip
more kernel_config renames
Diffstat (limited to 'assigned_modules.php')
-rw-r--r--assigned_modules.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/assigned_modules.php b/assigned_modules.php
index f178e74..cce0300 100644
--- a/assigned_modules.php
+++ b/assigned_modules.php
@@ -3,13 +3,13 @@
* assigned_modules
*
* @author spider <spider@steelsun.com>
- * @version $Revision: 1.8 $
+ * @version $Revision: 1.9 $
* @package users
* @subpackage functions
* @copyright Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
* @license Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
*/
-// $Header: /cvsroot/bitweaver/_bit_users/assigned_modules.php,v 1.8 2006/04/11 17:52:11 squareing Exp $
+// $Header: /cvsroot/bitweaver/_bit_users/assigned_modules.php,v 1.9 2006/04/19 13:48:40 squareing Exp $
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
// Initialization
@@ -112,6 +112,6 @@ $gBitSmarty->assign_by_ref( 'layoutAreas', $layoutAreas );
$gBitSmarty->assign_by_ref('modules', $modules);
//print_r($modules);
-$gBitSystem->display( 'bitpackage:users/user_assigned_modules.tpl', 'Edit Layout');
+$gBitSystem->display( 'bitpackage:users/site_user_assigned_modules.tpl', 'Edit Layout');
?>