diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-01-24 09:46:34 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-01-24 09:46:34 +0000 |
| commit | f7345ab10c0751ab1af46671f94be39a1238ba26 (patch) | |
| tree | 7e561316a8b85b6416ad13421fa6bff79d87fb3b /index.php | |
| parent | 1332ce08d3ca76eab09dc18cde10ee6bce209159 (diff) | |
| download | users-f7345ab10c0751ab1af46671f94be39a1238ba26.tar.gz users-f7345ab10c0751ab1af46671f94be39a1238ba26.tar.bz2 users-f7345ab10c0751ab1af46671f94be39a1238ba26.zip | |
display full language name
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 ); ?> |
