Changeset 801

Show
Ignore:
Timestamp:
10/09/08 17:25:22 (8 weeks ago)
Author:
aarkerio
Message:

Css update

Files:
1 modified

Legend:

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

    r800 r801  
    44?> 
    55<head> 
     6<?php 
     7    if ( isset($javascript) ): 
     8          echo $html->charset('UTF-8'); 
     9          echo $javascript->link('prototype'); 
     10          echo $javascript->link('myfunctions'); 
     11          // echo $javascript->link('jsapi');  // Google apihttp://www.google.com/jsapi 
     12          echo $javascript->link('scriptaculous.js?load=effects'); 
     13     endif; 
     14?> 
    615<meta http-equiv="content-type" content="text/html; charset=utf-8" />  
    716<meta http-equiv="content-language" content="en" />  
     
    918<meta name="author" content="Karamelo by Chipotle Software" />  
    1019<meta name="copyright" content="Chipotle Software" /> 
    11 <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php echo '/entries/rss/'.$blog['User']['username'].'.rss'; ?>" /> 
    12 <title> <?php echo $title_for_layout?> </title>  
    1320<meta name="description" content="Edublog" />  
    1421<meta name="keywords" content="edublog, elearning, karamelo" />           
    1522<link rel="index" href="./" title="Home" />  
     23<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php echo '/entries/rss/'.$blog['User']['username'].'.rss'; ?>" /> 
     24<title><?php echo $title_for_layout?> </title>  
    1625<?php echo $html->css('school/styles'); ?> 
    1726</head>