- Timestamp:
- 10/09/08 17:25:22 (8 weeks ago)
- Files:
-
- 1 modified
-
trunk/app/views/layouts/school.ctp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/layouts/school.ctp
r800 r801 4 4 ?> 5 5 <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 ?> 6 15 <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 7 16 <meta http-equiv="content-language" content="en" /> … … 9 18 <meta name="author" content="Karamelo by Chipotle Software" /> 10 19 <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>13 20 <meta name="description" content="Edublog" /> 14 21 <meta name="keywords" content="edublog, elearning, karamelo" /> 15 22 <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> 16 25 <?php echo $html->css('school/styles'); ?> 17 26 </head>
