From: Greg Froese Date: Tue, 11 Aug 2009 20:50:42 +0000 (+0000) Subject: make the download link on the image itself respect the 'download link' setting in... X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=bd7608f89e6e98d05a781e546254604f1e0b8959;p=lorea%2Felgg.git make the download link on the image itself respect the 'download link' setting in admin settings --- diff --git a/views/default/object/image.php b/views/default/object/image.php index dc77c41ca..8ca20e75a 100644 --- a/views/default/object/image.php +++ b/views/default/object/image.php @@ -202,8 +202,13 @@ if ($photo_tags) {
- \"{$title}\""; ?> - + \"{$title}\""; + } else { + echo "\"{$title}\""; + } + ?>