diff options
Diffstat (limited to 'app/Template/project_overview/images.php')
-rw-r--r-- | app/Template/project_overview/images.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Template/project_overview/images.php b/app/Template/project_overview/images.php index cdaba44a..3b575d3f 100644 --- a/app/Template/project_overview/images.php +++ b/app/Template/project_overview/images.php @@ -9,6 +9,7 @@ 'url' => array( 'image' => $this->url->to('FileViewerController', 'image', array('file_id' => 'FILE_ID', 'project_id' => $project['id'])), 'thumbnail' => $this->url->to('FileViewerController', 'thumbnail', array('file_id' => 'FILE_ID', 'project_id' => $project['id'])), + 'download' => $this->url->to('FileViewerController', 'download', array('file_id' => 'FILE_ID', 'project_id' => $project['id'])), ) )) ?> |