1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 13:21:54 +02:00

Search-related fixes and path fixes

This commit is contained in:
CaMer0n
2009-12-23 11:32:09 +00:00
parent 536f46e880
commit 0a1b0e066c
3 changed files with 32 additions and 10 deletions

View File

@@ -9,8 +9,8 @@
*
*
* $Source: /cvs_backup/e107_0.8/e107_plugins/faqs/faqs.php,v $
* $Revision: 1.6 $
* $Date: 2009-12-12 10:30:28 $
* $Revision: 1.7 $
* $Date: 2009-12-23 11:32:09 $
* $Author: e107coders $
*/
@@ -381,7 +381,7 @@ class faq
}
$text_menu .="</div>";
$text_menu .= "<div style='text-align:center'><br />".$tp->parseTemplate("{SEARCH=faq}")."</div>";
$text_menu .= "<div style='text-align:center'><br />".$tp->parseTemplate("{SEARCH=faqs}")."</div>";
return $text_menu;
// require_once (FOOTERF);