diff options
Diffstat (limited to '')
-rw-r--r-- | picture.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/picture.php b/picture.php index 81e781ff0..69c8e9b8e 100644 --- a/picture.php +++ b/picture.php @@ -544,12 +544,6 @@ if (!$picture['current']['is_picture']) 'download', array('U_DOWNLOAD' => $picture['current']['download'])); } -else -{ - $template->assign_block_vars( - 'ecard', - array('U_ECARD' => $picture['current']['url'])); -} // display a high quality link if present if (isset($picture['current']['high'])) { |