{assign var='__pageContentID' value='content'|concat:$languageID} {if $pageType == 'html' || $pageType == 'tpl'} {/if} {if $pageType == 'text'} {include file='__wysiwygCmsToolbar'} {include file='wysiwyg' wysiwygSelector=$__pageContentID} {else}
{if $pageType == 'html'} {include file='codemirror' codemirrorMode='htmlmixed' codemirrorSelector='#content'|concat:$languageID} {elseif $pageType == 'tpl'} {include file='codemirror' codemirrorMode='smartymixed' codemirrorSelector='#content'|concat:$languageID} {/if} {/if}