Topic: Title of news as title of page

Is there a way to add the title of a news as title of the page when I click on full story? Because now there's only the tilte of site.
I have the last version (2.0.2)

Re: Title of news as title of page

Is there a way to add the title of a news as title of the page when I click on full story? Because now there's only the tilte of site.
I have the last version (2.0.2)

Hello,

Not in Cn but in the file where CN is included.

Inside the <head></head> Tag

    <?php

    //QUERY

    $output = $_SERVER['QUERY_STRING'];

    
    echo '<title>'.$output.'</title>';

//Split the $output string with explode: http://php.net/manual/en/function.explode.php

?>

3 (edited by 2014-10-09 21:37:20)

Re: Title of news as title of page

Hi! Thanks for the quick answer.
Should I paste this code in the file where cn is included?
Sorry, I'm not a pro