diff options
Diffstat (limited to 'templates/mime_view.tpl')
| -rw-r--r-- | templates/mime_view.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mime_view.tpl b/templates/mime_view.tpl index 555c8ec..9648fea 100644 --- a/templates/mime_view.tpl +++ b/templates/mime_view.tpl @@ -25,7 +25,7 @@ <div class="row"> {formlabel label="Title"} {forminput} - <a href="{$gContent->getContactUrl()}">{$gContent->getTitle()}</a> + <a href="{$gContent->getDisplayUrl()}">{$gContent->getTitle()}</a> {/forminput} </div> |
