{if $smarty.const.USE_EDITOR}
{else}
{if $codemirror != 'load'}
{assign var="codemirror" value="" scope="global"}
{include file="$codemirror_connect"}
{assign var="codemirror" value="load" scope="global"}
{/if}
{include file="$codemirror_editor"
conn_id=$f_id
textarea_id="field_code_$f_id"
ctrls='AveDocs.documentSaveFunction();'
height=$field_height}
{/if}