diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2016-09-01 08:11:44 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2016-09-01 08:11:44 +0200 |
| commit | 5b054d1fb39604419150051dd1d99dacbdeb2cba (patch) | |
| tree | f11e9dc7e50b2d5210103d2b85f3ebcfaa5209a8 /data/config.php.dist | |
| parent | 7aba8a17bae437bfba2cb6c6496f750d014f3636 (diff) | |
| download | phinde-5b054d1fb39604419150051dd1d99dacbdeb2cba.tar.gz phinde-5b054d1fb39604419150051dd1d99dacbdeb2cba.zip | |
Make search result hit template configurable, add chat template
Resolves: #9
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 1e2641a..9170a9f 100644 --- a/data/config.php.dist +++ b/data/config.php.dist @@ -28,5 +28,7 @@ $GLOBALS['phinde'] = array( //show the full text content in the results // useful for chat logs in which every line is its own document 'showFullContent' => false, + //search result "hit" template file + 'hitTemplate' => 'hit.htm', ); ?>
\ No newline at end of file |
