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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user