diff options
Diffstat (limited to 'directory_search.php')
| -rw-r--r-- | directory_search.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/directory_search.php b/directory_search.php index 19f2b88..e19bcf4 100644 --- a/directory_search.php +++ b/directory_search.php @@ -13,7 +13,7 @@ * @package search * @subpackage functions */ - + /** * required setup */ @@ -67,4 +67,4 @@ $gBitSmarty->assign('items', $items["data"]); $section = 'directory'; // Display the template -$gBitSystem->display( 'bitpackage:search/directory_search.tpl', null, array( 'display_mode' => 'display' )); +$gBitSystem->display( 'bitpackage:search/directory_search.tpl', null, [ 'display_mode' => 'display' ]); |
