Changeset 342 for trunk/app/views/layouts/paris.ctp
- Timestamp:
- 03/25/08 01:03:27 (8 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/layouts/paris.ctp (modified) (3 diffs)
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 3 7 <head> 4 8 <?php 5 9 if ( isset($javascript) ): 6 echo $html->charset Tag('UTF-8');10 echo $html->charset('UTF-8'); 7 11 echo $javascript->link('prototype'); 8 12 echo $javascript->link('scriptaculous.js?load=effects'); … … 86 90 } 87 91 88 if ( !$ othAuth->sessionValid())92 if ( !$cU['User'] ) 89 93 { 90 94 echo '<p style="text-align:center;margin:35px 0 35px 0">' . $html->link( … … 105 109 <div id="footer"> 106 110 <div id="top">Back on top <a href="#header" title="Back on top ^">^</a></div> 107 <div>Chipotle Software © 2002-200 7. Creative Commons. Some rights reserved.</div>111 <div>Chipotle Software © 2002-2008. Creative Commons. Some rights reserved.</div> 108 112 </div> <!-- /footer --> 109 113
