/ Published in: PHP
add site name to the page title
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<title> <?php echo Configure::read('Site.name')?> » <?php echo $title_for_layout; ?> </title>