CakePhp - add site name to the page title


/ Published in: PHP
Save to your folder(s)

add site name to the page title


Copy this code and paste it in your HTML
  1. <title>
  2. <?php echo Configure::read('Site.name')?> » <?php echo $title_for_layout; ?>
  3. </title>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.