diff options
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_quota/index.php,v 1.4 2006/05/18 18:37:49 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_quota/index.php,v 1.5 2008/06/25 22:21:21 spiderr 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.4 2006/05/18 18:37:49 squareing Exp $ + * $Id: index.php,v 1.5 2008/06/25 22:21:21 spiderr Exp $ * @package quota */ @@ -21,5 +21,5 @@ $gBitSystem->verifyPackage( 'quota' ); require_once( QUOTA_PKG_PATH.'quota_inc.php' ); -$gBitSystem->display( 'bitpackage:quota/quota.tpl', 'View Quota' ); +$gBitSystem->display( 'bitpackage:quota/quota.tpl', 'View Quota' , array( 'display_mode' => 'display' )); ?> |
