diff options
| author | wjames5 <will@tekimaki.com> | 2010-04-17 04:28:31 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2010-04-17 04:28:31 +0000 |
| commit | e98268f8ef07350b6f5652a4fc41bd25707ea420 (patch) | |
| tree | b158125dc211fb6e731b468adcf8934f187ed0d1 /templates/mime_view.tpl | |
| parent | 367cf7461f5d21668ed1ab3740b387e13e9d9dd5 (diff) | |
| download | liberty-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/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 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} |
