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

{SUBTITLE}

'.LF.'[/SUBTITLE][HTML]{HTML}[/HTML]'; } $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"], 'HTML', $crow['acontent_html']); $CNT_TMP .= LF.$crow["acontent_template"].LF; ?>