summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-01-24 09:46:34 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-01-24 09:46:34 +0000
commitf7345ab10c0751ab1af46671f94be39a1238ba26 (patch)
tree7e561316a8b85b6416ad13421fa6bff79d87fb3b /index.php
parent1332ce08d3ca76eab09dc18cde10ee6bce209159 (diff)
downloadusers-f7345ab10c0751ab1af46671f94be39a1238ba26.tar.gz
users-f7345ab10c0751ab1af46671f94be39a1238ba26.tar.bz2
users-f7345ab10c0751ab1af46671f94be39a1238ba26.zip
display full language name
Diffstat (limited to 'index.php')
-rw-r--r--index.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/index.php b/index.php
index 0c48008..b91fdf4 100644
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_users/index.php,v 1.19 2006/08/29 16:43:24 hash9 Exp $
+ * $Header: /cvsroot/bitweaver/_bit_users/index.php,v 1.20 2007/01/24 09:46:34 squareing Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* 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
*
- * $Id: index.php,v 1.19 2006/08/29 16:43:24 hash9 Exp $
+ * $Id: index.php,v 1.20 2007/01/24 09:46:34 squareing Exp $
* @package users
* @subpackage functions
*/
@@ -105,5 +105,7 @@ if( !empty( $_REQUEST['home'] ) && ($gBitUser->hasPermission( 'p_users_view_user
$browserTitle = $gBitSystem->getConfig( 'site_title' ).' '.tra( 'Members' );
}
+$gBitSmarty->assign( 'gBitLanguage', $gBitLanguage );
+
$gBitSystem->display( $centerDisplay, $browserTitle );
?>