From e98268f8ef07350b6f5652a4fc41bd25707ea420 Mon Sep 17 00:00:00 2001 From: wjames5 Date: Sat, 17 Apr 2010 04:28:31 +0000 Subject: step two of contenttype name plural - convert all mType references to getContentTypeName(), each of these was manually checked for rendering --- templates/mime_view.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/mime_view.tpl') 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 @@
{formlabel label="Content Type"} {forminput} - {$gContent->mType.content_description} + {$gContent->getContentTypeName()} {/forminput}
{/legend} -- cgit v1.3