Show
Ignore:
Timestamp:
09/03/08 19:51:06 (3 months ago)
Author:
aarkerio
Message:

New layout

Files:
1 modified

Legend:

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

    r750 r752  
    3232<?php $session->flash(); ?>  
    3333 
    34 <table id="maintable">   
     34<table id="maintable"> 
    3535<tr><td colspan="2" id="header"> 
     36<?php 
     37echo $html->div(null, $html->link($html->image('styles/paris/pix.gif', array('width'=>45, 'height'=>45, 'alt'=>'RSS', 'title'=>'RSS')), '/entries/rss/'.$blog['User']['username'].'.rss', null, null, false), array('style'=>'float:right;text-align:right;padding-right:13px;padding-top:0;width:50px;')); 
     38?> 
    3639<h1> 
    3740<?php  
     
    4245<?php echo $html->div('quote', ''.$blog['User']['quote']); ?>  
    4346   
    44 <div id="toplinks"> 
     47</td></tr> 
     48<tr><td colspan="2" id="toplinks"> 
    4549<?php  
    4650 echo $html->link('eduBlog',   '/blog/'.$blog['User']['username']);  
     
    4953 echo $html->link('Contact',   '/messages/message/'.$blog['User']['username']); 
    5054?> 
    51 </div> 
    5255</td></tr> 
    53 <tr><td colspan="2" id="separator">&nbsp;</td></tr> 
    5456<tr> 
    5557<td id="tdrss">  
     
    121123</td> 
    122124</tr> 
     125<!-- Footer -->  
     126<tr><td colspan="2" id="footer">  
     127  Back on top <a href="#header" title="Back on top ^">^</a> <b>Chipotle Software &copy; 2002-2008</b>. Creative Commons. Some rights reserved. 
     128</td></tr>  
    123129</table> 
    124  
    125 <!-- Footer -->  
    126 <div id="footer">  
    127   Back on top <a href="#header" title="Back on top ^">^</a> <b>Chipotle Software &copy; 2002-2008</b>. Creative Commons. Some rights reserved. 
    128 </div>  
    129130</body>  
    130131</html>