advanced code snippet search
artaserse on 03/29/12
cakephp titleforlayout
03/29/12 07:42pm03/29/12 07:35pm
add site name to the page title
<title> <?php echo Configure::read('Site.name')?> » <?php echo $title_for_layout; ?></title>
Report this snippet Tweet
Comment:
You need to login to post a comment.