{TITLE}'.LF.'[/TITLE][SUBTITLE]
{SUBTITLE}
'.LF.'[/SUBTITLE][TEXT]

{TEXT}

[/TEXT]'; } $crow["acontent_template"] = render_cnt_template($crow["acontent_template"], 'TITLE', html_specialchars($crow['acontent_title'])); $crow["acontent_template"] = render_cnt_template($crow["acontent_template"], 'SUBTITLE', html_specialchars($crow['acontent_subtitle'])); $crow["acontent_template"] = render_cnt_template($crow["acontent_template"], 'TEXT', plaintext_htmlencode($crow['acontent_text'])); $CNT_TMP .= LF.trim($crow["acontent_template"]).LF; ?>