diff options
Diffstat (limited to 'data/config.php.dist')
| -rw-r--r-- | data/config.php.dist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/config.php.dist b/data/config.php.dist index 5c3eba8..9bd10e4 100644 --- a/data/config.php.dist +++ b/data/config.php.dist @@ -30,6 +30,8 @@ $GLOBALS['phinde'] = array( 'showFullContent' => false, //search result "hit" template file 'hitTemplate' => 'hit.htm', + //sidebar help text. empty to disable + 'sidebarinclude' => 'search/sidebar-searchtips.htm', //default sort order: "score" or "date" 'defaultSort' => 'score', //database for PuSH subscriptions |
