Changeset 752 for trunk/app/views/layouts/paris.ctp
- Timestamp:
- 09/03/08 19:51:06 (3 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/layouts/paris.ctp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/layouts/paris.ctp
r750 r752 32 32 <?php $session->flash(); ?> 33 33 34 <table id="maintable"> 34 <table id="maintable"> 35 35 <tr><td colspan="2" id="header"> 36 <?php 37 echo $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 ?> 36 39 <h1> 37 40 <?php … … 42 45 <?php echo $html->div('quote', ''.$blog['User']['quote']); ?> 43 46 44 <div id="toplinks"> 47 </td></tr> 48 <tr><td colspan="2" id="toplinks"> 45 49 <?php 46 50 echo $html->link('eduBlog', '/blog/'.$blog['User']['username']); … … 49 53 echo $html->link('Contact', '/messages/message/'.$blog['User']['username']); 50 54 ?> 51 </div>52 55 </td></tr> 53 <tr><td colspan="2" id="separator"> </td></tr>54 56 <tr> 55 57 <td id="tdrss"> … … 121 123 </td> 122 124 </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 © 2002-2008</b>. Creative Commons. Some rights reserved. 128 </td></tr> 123 129 </table> 124 125 <!-- Footer -->126 <div id="footer">127 Back on top <a href="#header" title="Back on top ^">^</a> <b>Chipotle Software © 2002-2008</b>. Creative Commons. Some rights reserved.128 </div>129 130 </body> 130 131 </html>
