diff options
author | Andreas Gohr <andi@splitbrain.org> | 2005-08-14 20:10:35 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2005-08-14 20:10:35 +0200 |
commit | 7367b36877bca568d785e01be802652b6a719884 (patch) | |
tree | a1e27b5806ba835d43f69373cf83247953cd1ee1 /lib | |
parent | 48665d389b9bb386283c08172b24f3af26628bce (diff) | |
download | rpg-7367b36877bca568d785e01be802652b6a719884.tar.gz rpg-7367b36877bca568d785e01be802652b6a719884.tar.bz2 |
added stopword support to the indexer, added indexer webbug
darcs-hash:20050814181035-7ad00-ed5d879d29fcee7f925f806456675605b058966a.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tpl/default/main.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/tpl/default/main.php b/lib/tpl/default/main.php index 3a3a3b5aa..a2ec79a95 100644 --- a/lib/tpl/default/main.php +++ b/lib/tpl/default/main.php @@ -126,5 +126,7 @@ </div> <?php /*old includehook*/ @include(dirname(__FILE__).'/footer.html')?> + +<?php tpl_indexerWebBug()?> </body> </html> |