Changeset 446 for trunk/app/views/layouts
- Timestamp:
- 05/02/08 15:04:53 (7 months ago)
- Location:
- trunk/app/views/layouts
- Files:
-
- 2 modified
-
portal.ctp (modified) (1 diff)
-
rss.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/layouts/portal.ctp
r442 r446 88 88 </li> 89 89 </ul> 90 <?php 91 $tmp = $html->para(null,$html->link($html->image('static/valid_xhtml10_80x15_22.png'), 'http://www.w3.org/TR/xhtml1/', null, null, false)); 92 $tmp .= $html->para(null,$html->link($html->image('static/ooorg-80.png'), 'http://www.openoffice.org', null, null, false)); 93 $tmp .= $html->para(null,$html->link($html->image('static/jedit.png'), 'http://www.jedit.org', null, null, false)); 94 $tmp .= $html->para(null,$html->link($html->image('cake.power.png'), 'http://www.cakephp.org', null, null, false)); 95 echo $html->div(null, $tmp, array('style'=>'margin-top:60px;text-align:center;')); 96 ?> 90 97 </div> 91 98 <!-- end sidebar --> 92 99 <div style="clear: both;"> </div> 100 93 101 </div> 94 102 <!-- end page --> -
trunk/app/views/layouts/rss.ctp
r313 r446 1 <?php header("Content-type: text/xml"); echo '<?xml version="1.0" encoding="UTF-8" ?>'; echo $content_for_layout; ?> 1 <?php echo '<?xml version="1.0" encoding="UTF-8" ?>'."\n"; ?> 2 <rss version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"> 3 <?php echo $content_for_layout; ?> 4 </rss>
