Merge branch 'feature.better-home' into develop

This commit is contained in:
Thomas Keller
2011-04-27 00:07:40 +02:00
13 changed files with 464 additions and 27 deletions

View File

@@ -41,7 +41,7 @@ class IDF_Views
{
$projects = self::getProjects($request->user);
$stats = self::getProjectsStatistics ($projects);
if ($api == true) return $projects;
return Pluf_Shortcuts_RenderToResponse('idf/index.html',
array('page_title' => __('Projects'),