/[drupal]/contributions/themes/ablock/page.tpl.php
ViewVC logotype

Diff of /contributions/themes/ablock/page.tpl.php

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

revision 1.1.2.2.2.2, Thu Apr 2 23:52:40 2009 UTC revision 1.1.2.2.2.3, Sat Apr 4 00:26:17 2009 UTC
# Line 1  Line 1 
1  <?php // $Id: page.tpl.php,v 1.1.2.2.2.1 2008/07/29 05:24:54 couzinhub Exp $ ?>  <?php // $Id: page.tpl.php,v 1.1.2.2.2.2 2009/04/02 23:52:40 couzinhub Exp $ ?>
2    
3  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4  <html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language->language ?>" xml:lang="<?php print $language->language ?>">  <html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language->language ?>" xml:lang="<?php print $language->language ?>">
# Line 20  Line 20 
20    
21  <body class="<?php print $body_classes; ?>">  <body class="<?php print $body_classes; ?>">
22    
23    <div id="border">    <div id="border" class="clearfix">
24    
25        <?php if ($sidebar): ?>
26          <div id='side-icon'></div>
27            <div id="sidebar">
28                 <?php print $sidebar; ?>
29            </div>
30        <?php endif; ?>
31    
32      <div id="page">      <div id="page">
33    
34        <?php if ($logo): ?>        <?php if ($logo): ?>

Legend:
Removed from v.1.1.2.2.2.2  
changed lines
  Added in v.1.1.2.2.2.3

  ViewVC Help
Powered by ViewVC 1.1.2