Adding $scripts_for_layout to default layout (Ticket #3336)

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5828 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
nate 2007-10-21 06:06:23 +00:00
parent d923ffbd94
commit 712276510e
2 changed files with 2 additions and 0 deletions

View file

@ -30,6 +30,7 @@
<title>
<?php __('CakePHP: the rapid development php framework:'); ?>
<?php echo $title_for_layout;?>
<?php echo $scripts_for_layout;?>
</title>
<?php echo $html->charset();?>

View file

@ -30,6 +30,7 @@
<title>
<?php __('CakePHP: the rapid development php framework:'); ?>
<?php echo $title_for_layout;?>
<?php echo $scripts_for_layout;?>
</title>
<?php echo $html->charset();?>