diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2016-11-24 22:38:56 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2016-11-24 22:38:56 +0100 |
| commit | 161c1102795805ee665a727e185fb71e58c92110 (patch) | |
| tree | 3b32b5c8b84a010f6e2cc9166e10a14386e08e10 /data/config.php.dist | |
| parent | ab07c810c78057734221577a40f04b79b3876bf3 (diff) | |
| download | phinde-161c1102795805ee665a727e185fb71e58c92110.tar.gz phinde-161c1102795805ee665a727e185fb71e58c92110.zip | |
help text in sidebar
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 |
