diff --git a/src/IDF/Views.php b/src/IDF/Views.php index 6759905..de89a5e 100644 --- a/src/IDF/Views.php +++ b/src/IDF/Views.php @@ -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); diff --git a/src/IDF/templates/faq.html b/src/IDF/templates/faq.html index b51675c..e302d24 100644 --- a/src/IDF/templates/faq.html +++ b/src/IDF/templates/faq.html @@ -1,5 +1,5 @@ {extends "base-simple.html"} -{block docclass}yui-t1{/block} +{block docclass}yui-t3{/block} {block body}