{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'])); $CNT_TMP .= render_cnt_template($crow["acontent_template"], 'TEXT', $crow['acontent_html']); ?>