Show
Ignore:
Timestamp:
03/25/08 01:03:27 (8 months ago)
Author:
aarkerio
Message:

eCourses fixes

Files:
1 modified

Legend:

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

    r315 r342  
    1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 
    2 <html> 
     1<?php  
     2   echo '<?xml version="1.0"?>';  
     3   echo $html->docType();  
     4?> 
     5<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 
     6 
    37<head> 
    48<?php 
    59if ( isset($javascript) ): 
    6          echo $html->charsetTag('UTF-8'); 
     10         echo $html->charset('UTF-8'); 
    711         echo $javascript->link('prototype'); 
    812         echo $javascript->link('scriptaculous.js?load=effects'); 
     
    8690 } 
    8791 
    88  if ( !$othAuth->sessionValid() ) 
     92 if ( !$cU['User'] ) 
    8993 {  
    9094      echo '<p style="text-align:center;margin:35px 0 35px 0">' . $html->link( 
     
    105109 <div id="footer"> 
    106110      <div id="top">Back on top <a href="#header" title="Back on top ^">^</a></div> 
    107       <div>Chipotle Software &copy; 2002-2007. Creative Commons. Some rights reserved.</div> 
     111      <div>Chipotle Software &copy; 2002-2008. Creative Commons. Some rights reserved.</div> 
    108112  </div> <!-- /footer --> 
    109113