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 | 3d620c3a899e3c6a0073c6147d7c2a5395499683 (patch) | |
| tree | 50944f579577c25290d530e47c811b762cc39149 | |
| parent | 93675bbf17bf5bd2b78ead74a0e28795e9a521c8 (diff) | |
| download | wiki-3d620c3a899e3c6a0073c6147d7c2a5395499683.tar.gz wiki-3d620c3a899e3c6a0073c6147d7c2a5395499683.tar.bz2 wiki-3d620c3a899e3c6a0073c6147d7c2a5395499683.zip | |
step two of contenttype name plural - convert all mType references to getContentTypeName(), each of these was manually checked for renderingpre_ctype_desc_name_schmeachange
| -rw-r--r-- | templates/edit_page.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/edit_page.tpl b/templates/edit_page.tpl index d728ab9..662dc02 100644 --- a/templates/edit_page.tpl +++ b/templates/edit_page.tpl @@ -1,11 +1,11 @@ -{* $Header: /cvsroot/bitweaver/_bit_wiki/templates/edit_page.tpl,v 1.46 2009/01/20 22:18:07 dansut Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_wiki/templates/edit_page.tpl,v 1.47 2010/04/17 04:28:31 wjames5 Exp $ *} {strip} <div class="floaticon">{bithelp}</div> <div class="edit wiki"> <div class="header"> <h1> {* this weird dual assign thing is cause smarty wont interpret backticks to object in assign tag - spiderr *} - {assign var=conDescr value=$gContent->mType.content_description} + {assign var=conDescr value=$gContent->getContentTypeName()} {if $pageInfo.page_id} {assign var=editLabel value="{tr}Edit{/tr} $conDescr"} {tr}{tr}Edit{/tr} {$pageInfo.original_title}{/tr} |
