Se index.php è soltanto una, valuta di scriverla direttamente a mano... se ciò non ti è possibile o hai altre index in altre sotto cartelle, usa questo
Codice PHP:if ('index' == $page = trim(basename(__FILE__), '.php'))
{
$page = 'home';
}
echo 'Mt19 Official Blog | ' . ucwords(str_replace(array('_', '-'), ' ', $page));

Rispondi quotando