updating default layouts and tests previous commit removed unused images and added new ones for new layout

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5841 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
gwoo 2007-10-21 23:50:09 +00:00
parent 77d77c3f78
commit 4330ce884d
3 changed files with 3 additions and 5 deletions

View file

@ -30,7 +30,6 @@
<title> <title>
<?php __('CakePHP: the rapid development php framework:'); ?> <?php __('CakePHP: the rapid development php framework:'); ?>
<?php echo $title_for_layout;?> <?php echo $title_for_layout;?>
<?php echo $scripts_for_layout;?>
</title> </title>
<?php echo $html->charset();?> <?php echo $html->charset();?>
@ -56,7 +55,7 @@
</div> </div>
<div id="footer"> <div id="footer">
<?php echo $html->link( <?php echo $html->link(
$html->image('cake.power.png', array('alt'=> __("CakePHP: the rapid development php framework", true), 'border'=>"0")), $html->image('cake.power.gif', array('alt'=> __("CakePHP: the rapid development php framework", true), 'border'=>"0")),
'http://www.cakephp.org/', 'http://www.cakephp.org/',
array('target'=>'_new'), null, false array('target'=>'_new'), null, false
); );

View file

@ -30,7 +30,6 @@
<title> <title>
<?php __('CakePHP: the rapid development php framework:'); ?> <?php __('CakePHP: the rapid development php framework:'); ?>
<?php echo $title_for_layout;?> <?php echo $title_for_layout;?>
<?php echo $scripts_for_layout;?>
</title> </title>
<?php echo $html->charset();?> <?php echo $html->charset();?>
@ -56,7 +55,7 @@
</div> </div>
<div id="footer"> <div id="footer">
<?php echo $html->link( <?php echo $html->link(
$html->image('cake.power.png', array('alt'=> __("CakePHP: the rapid development php framework", true), 'border'=>"0")), $html->image('cake.power.gif', array('alt'=> __("CakePHP: the rapid development php framework", true), 'border'=>"0")),
'http://www.cakephp.org/', 'http://www.cakephp.org/',
array('target'=>'_new'), null, false array('target'=>'_new'), null, false
); );

View file

@ -31,7 +31,7 @@
<div id="footer"> <div id="footer">
<!--PLEASE USE ONE OF THE POWERED BY CAKEPHP LOGO--> <!--PLEASE USE ONE OF THE POWERED BY CAKEPHP LOGO-->
<a href="http://www.cakephp.org/" target="_new"> <a href="http://www.cakephp.org/" target="_new">
<img src="<?php echo $baseUrl; ?>img/cake.power.png" alt="CakePHP(tm) :: Rapid Development Framework" height = "15" width = "80" /></a></p> <img src="<?php echo $baseUrl; ?>img/cake.power.gif" alt="CakePHP(tm) :: Rapid Development Framework" height = "15" width = "80" /></a></p>
</div> </div>
</div> </div>
</body> </body>