diff options
Diffstat (limited to 'custom_home.php')
| -rwxr-xr-x | custom_home.php | 2 |
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' ]); ?> |
