Fixed issue 19, help disconnected from the project.

Use the tip from zero heure. https://linuxfr.org/~erlen/27028.html
This commit is contained in:
Loic d'Anterroches
2008-08-11 20:10:33 +02:00
parent 1cf3a73fe1
commit 740979a4cb
2 changed files with 7 additions and 1 deletions

View File

@@ -170,9 +170,11 @@ class IDF_Views
public function faq($request, $match)
{
$title = __('Here to Help You!');
$projects = Pluf::factory('IDF_Project')->getList();
return Pluf_Shortcuts_RenderToResponse('faq.html',
array(
'page_title' => $title,
'projects' => $projects,
),
$request);