1
Well, I have a page, but one of those pages wanted you to change the title. Example my page uses in Reader a code that defines the title of all pages, but I have a custom php page that also want to put a different title, ie Rewrite the title that is already defined in Reader, there is some way in PHP or any other to do this ?
<?php
include_once "./includes/header.php";
<!-- AQUI VAI MEU CONTEÚDO -->
include_once "./includes/footer.php";
?>
It would be like that, but I can’t edit header.php
Then you’ll have to force the title change for what’s in the <!-- AQUI VAI MEU CONTEÚDO -->
You can post the code snippet. Because this should be done basically using a conditional structure.
– Atila Silva
Okay, I put an example in code!
– Matheus Vitor
You can change this file :
"./includes/header.php";
?– Atila Silva
No, because a ready script Jah!
– Matheus Vitor