diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-09 14:39:02 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-09 14:39:02 +0100 |
| commit | 35543b6ffcba43c48671c8b4a9229e19f77e1f30 (patch) | |
| tree | f8c6923e360c9f02cc5f861c450732777cf8ff31 | |
| parent | c34908d6afcc7fb5fd947ef34e11dedebeb6c537 (diff) | |
| download | liberty-5-php84.tar.gz liberty-5-php84.tar.bz2 liberty-5-php84.zip | |
Display in view rather than download, allows fancyzoom on imagesV5-php84
| -rw-r--r-- | templates/mime/default/view.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mime/default/view.tpl b/templates/mime/default/view.tpl index 839c7b3..a5c5dca 100644 --- a/templates/mime/default/view.tpl +++ b/templates/mime/default/view.tpl @@ -20,7 +20,7 @@ <a rel="nofollow" href="{$attachment.display_url|escape}{if strpos($attachment.display_url,'?')}&{else}?{/if}size={$size}">{tr}{$size}{/tr}</a> {if !$smarty.foreach.size.last} • {/if} {/foreach} - {if !empty($attachment.original)} • <a rel="nofollow" href="{$attachment.source_url|escape}">{tr}Original File{/tr}</a> {/if} + {if !empty($attachment.original)} • <a rel="nofollow" href="{$attachment.display_url|escape}">{tr}Original File{/tr}</a> {/if} </div> {/if} {include file="bitpackage:liberty/mime_meta_inc.tpl"} |
