On top of the news detail template it says:
Code: Select all
{* set a canonical variable that can be used in the head section if process_whole_template is false in the config.php *}
{if isset($entry->canonical)}
{assign var='canonical' value=$entry->canonical}
{/if}
On top of the newsitem page (on te website) I see the title of the website. I don't it there. I found some items on the forum, but none helped to remove the title. Even if I delete the code above, the title of the website is still shown.
Can anyone please help me?