summaryrefslogtreecommitdiff
path: root/custom_home.php
diff options
context:
space:
mode:
Diffstat (limited to 'custom_home.php')
-rwxr-xr-xcustom_home.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom_home.php b/custom_home.php
index a53f3cb..d923a20 100755
--- a/custom_home.php
+++ b/custom_home.php
@@ -30,5 +30,5 @@ print_r($b);
*/
$gBitSystem->verifyFeature( 'users_custom_home' );
// Display the template
-$gBitSystem->display( 'bitpackage:users/custom_home_2.tpl', null, array( 'display_mode' => 'display' ));
+$gBitSystem->display( 'bitpackage:users/custom_home_2.tpl', null, [ 'display_mode' => 'display' ]);
?>