Remove a couple of unused calls to get a list of project tags; these

calls are currently done from within the tags-cloud template most of
the time, which is ugly, but the way it works as of now.
This commit is contained in:
Thomas Keller
2011-10-04 00:47:31 +02:00
parent 9e2ea7404b
commit 9a8bd464a3
3 changed files with 0 additions and 17 deletions

View File

@@ -319,13 +319,11 @@ class IDF_Views_Download
$pag->no_results_text = __('No downloads were found.');
$pag->sort_order = array('creation_dtime', 'DESC');
$pag->setFromRequest($request);
$tags = $prj->getTagCloud('downloads');
return Pluf_Shortcuts_RenderToResponse('idf/downloads/index.html',
array(
'page_title' => $title,
'label' => $tag,
'downloads' => $pag,
'tags' => $tags,
'dlabel' => $dtag,
),
$request);