summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2010-04-17 04:28:31 +0000
committerwjames5 <will@tekimaki.com>2010-04-17 04:28:31 +0000
commite98268f8ef07350b6f5652a4fc41bd25707ea420 (patch)
treeb158125dc211fb6e731b468adcf8934f187ed0d1 /templates
parent367cf7461f5d21668ed1ab3740b387e13e9d9dd5 (diff)
downloadliberty-e98268f8ef07350b6f5652a4fc41bd25707ea420.tar.gz
liberty-e98268f8ef07350b6f5652a4fc41bd25707ea420.tar.bz2
liberty-e98268f8ef07350b6f5652a4fc41bd25707ea420.zip
step two of contenttype name plural - convert all mType references to getContentTypeName(), each of these was manually checked for rendering
Diffstat (limited to 'templates')
-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 2ece534..9648fea 100644
--- a/templates/mime_view.tpl
+++ b/templates/mime_view.tpl
@@ -32,7 +32,7 @@
<div class="row">
{formlabel label="Content Type"}
{forminput}
- {$gContent->mType.content_description}
+ {$gContent->getContentTypeName()}
{/forminput}
</div>
{/legend}