summaryrefslogtreecommitdiff
path: root/templates/mime_view.tpl
diff options
context:
space:
mode:
authorLester Caine ext:(%22) <lester@lsces.co.uk>2012-04-17 20:09:13 +0100
committerLester Caine ext:(%22) <lester@lsces.co.uk>2012-04-17 20:09:13 +0100
commitbf8fc60e97585849d69e5e076dae3233273f4016 (patch)
treedfd09cfac9bd9bd716cb2299543ff7377f78381a /templates/mime_view.tpl
parent67688131b7cddf906ff98e2bc4f3bce3ac466879 (diff)
downloadliberty-bf8fc60e97585849d69e5e076dae3233273f4016.tar.gz
liberty-bf8fc60e97585849d69e5e076dae3233273f4016.tar.bz2
liberty-bf8fc60e97585849d69e5e076dae3233273f4016.zip
Tidy up to remove 'STRICT' warnings
Split static and dynamic use of getDisplayUrl Create getContentUrl as the instantiated version parameters need to be identical across all classes getAttachment augmented by a static loadAttachment
Diffstat (limited to 'templates/mime_view.tpl')
-rw-r--r--templates/mime_view.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mime_view.tpl b/templates/mime_view.tpl
index 9648fea..555c8ec 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->getDisplayUrl()}">{$gContent->getTitle()}</a>
+ <a href="{$gContent->getContactUrl()}">{$gContent->getTitle()}</a>
{/forminput}
</div>