Code: Select all
$template_default['article']['title_before'] = '{GT:title}';
$template_default['article']['title_after'] = '{/GT}<br><br>';
$template_default['article']['subtitle_before'] = '{GT:subtitle}';
$template_default['article']['subtitle_after'] = '{/GT}';
The curious thing is that when I change the content part's title format line, just few lines below...:
Code: Select all
$template_default['article']['content_head_before'] = '{GT:title}';
$template_default['article']['content_head_after'] = '{/GT}';
Is it a problem of v. 1.3.0? or is it a problem with my own installation?
Any help is really welcome, thank you very much...