{TITLE}[/TITLE][SUBTITLE]

{SUBTITLE}

[/SUBTITLE][CODE]
{CODE}
[/CODE]'; } $crow["acontent_template"] = render_cnt_template($crow["acontent_template"], 'TITLE', html_entities($crow['acontent_title'])); $crow["acontent_template"] = render_cnt_template($crow["acontent_template"], 'SUBTITLE', html_entities($crow['acontent_subtitle'])); $crow["acontent_template"] = render_cnt_template($crow["acontent_template"], 'CODE', nl2br( str_replace(' ', ' ', html_entities($crow["acontent_text"]) ) ) ); $CNT_TMP .= LF.$crow["acontent_template"].LF; ?>