Return to Snippet

Revision: 56467
at March 29, 2012 19:42 by artaserse


Updated Code
<title>
     <?php echo Configure::read('Site.name')?> » <?php echo $title_for_layout; ?>
</title>

Revision: 56466
at March 29, 2012 19:34 by artaserse


Initial Code
<title>
     <?php echo Configure::read('Site.name')?> » <?php echo $title_for_layout; ?>
</title>

Initial URL


Initial Description
add site name to the page title

Initial Title
CakePhp - add site name to the page title

Initial Tags
cakephp

Initial Language
PHP