Show
Ignore:
Timestamp:
05/02/08 15:04:53 (7 months ago)
Author:
aarkerio
Message:

New hobbit edublog style

Location:
trunk/app/views/layouts
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/layouts/portal.ctp

    r442 r446  
    8888            </li> 
    8989        </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?> 
    9097    </div> 
    9198    <!-- end sidebar --> 
    9299    <div style="clear: both;">&nbsp;</div> 
     100 
    93101</div> 
    94102<!-- 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>