summaryrefslogtreecommitdiff
path: root/assigned_modules.php
diff options
context:
space:
mode:
authorSylvie Greverend <sylvieg@users.sourceforge.net>2006-05-18 13:59:34 +0000
committerSylvie Greverend <sylvieg@users.sourceforge.net>2006-05-18 13:59:34 +0000
commit82258204fbdb443918ce8911c3e6e44171fb4ae9 (patch)
tree7a4120b42cc515dd0c106ed212e24c022e6e3a68 /assigned_modules.php
parent4754ca3d26533105a3d62a8b25614b251bc0a6ad (diff)
downloadusers-82258204fbdb443918ce8911c3e6e44171fb4ae9.tar.gz
users-82258204fbdb443918ce8911c3e6e44171fb4ae9.tar.bz2
users-82258204fbdb443918ce8911c3e6e44171fb4ae9.zip
fix the template
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 cce0300..0af3577 100644
--- a/assigned_modules.php
+++ b/assigned_modules.php
@@ -3,13 +3,13 @@
* assigned_modules
*
* @author spider <spider@steelsun.com>
- * @version $Revision: 1.9 $
+ * @version $Revision: 1.10 $
* @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.9 2006/04/19 13:48:40 squareing Exp $
+// $Header: /cvsroot/bitweaver/_bit_users/assigned_modules.php,v 1.10 2006/05/18 13:59:34 sylvieg 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/site_user_assigned_modules.tpl', 'Edit Layout');
+$gBitSystem->display( 'bitpackage:users/user_assigned_modules.tpl', 'Edit Layout');
?>