/[drupal]/contributions/themes/wgbluemarine/templates/page.tpl
ViewVC logotype

Diff of /contributions/themes/wgbluemarine/templates/page.tpl

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1, Mon Jul 18 21:22:33 2005 UTC revision 1.2, Sat Jul 23 23:05:41 2005 UTC
# Line 1  Line 1 
1  {* $Id: Exp $  {* $Id: page.tpl,v 1.1.1.1 2005/07/18 21:22:33 djnz Exp $
2   * wgSmarty page template   * wgSmarty page template
3   * Theme: wgBluemarine   * Theme: wgBluemarine
4   * Note: be careful not to leave any additional lines before <!DOCTYPE   * Note: be careful not to leave any additional lines before <!DOCTYPE
# Line 64  Line 64 
64    <tr>    <tr>
65    
66  {* LEFT BLOCKS ************************************************************** *}  {* LEFT BLOCKS ************************************************************** *}
67  {if $sidebar_left}  {if $blocks.1}
68      <td id="sidebar-left">      <td id="sidebar-left">
69        {$sidebar_left}        {sidebar from=$blocks.1}
70      </td>      </td>
71  {/if}  {/if}
72    
# Line 96  Line 96 
96      </td>      </td>
97    
98  {* RIGHT BLOCKS ************************************************************* *}  {* RIGHT BLOCKS ************************************************************* *}
99  {if $sidebar_right}  {if $blocks.2}
100      <td id="sidebar-right">      <td id="sidebar-right">
101        {$sidebar_right}        {sidebar from=$blocks.2}
102      </td>      </td>
103  {/if}  {/if}
104    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2