Well I have a page, but one of these pages wanted me to change the title. Example my page uses in Reader a code that defines the title of all pages, but I have a page in custom php that also want to put a different title, ie Rewrite the title that is already defined in Reader, there is some form in PHP or any other to do that?
<?php
include_once "./includes/header.php";
<!-- AQUI VAI MEU CONTEÚDO -->
include_once "./includes/footer.php";
?>
It would be like this, but I can not edit the header.php You will then have to force the title to change by what is in%% of%