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

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

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

revision 1.3, Tue Jan 30 22:22:23 2007 UTC revision 1.4, Fri Jan 25 22:11:48 2008 UTC
# Line 7  Line 7 
7      <meta http-equiv="Content-Style-Type" content="text/css" />      <meta http-equiv="Content-Style-Type" content="text/css" />
8      <?php print $head ?>      <?php print $head ?>
9      <?php print $styles ?>      <?php print $styles ?>
10        <?php print $scripts ?>
11        <script type="text/javascript"><?php /* Needed to avoid Flash of Unstyle Content in IE */ ?> </script>
12    </head>    </head>
13    
14  <body <?php print theme("onload_attribute"); ?>>  <body>
15    
16    <div id="header">    <div id="header">
17      <div id="logo">      <div id="logo">
# Line 35  Line 37 
37          <?php print $content; ?>          <?php print $content; ?>
38        </div>        </div>
39        <div id="right">        <div id="right">
40          <?php print $sidebar_right ?>          <?php print $right ?>
41          <?php if ($sidebar_left != ""): ?>          <?php if ($left != ""): ?>
42            <?php print $sidebar_left ?> <!-- print left sidebar if any blocks enabled -->            <?php print $left ?> <!-- print left sidebar if any blocks enabled -->
43          <?php endif; ?>          <?php endif; ?>
44        </div>        </div>
45        <div id="links">        <div id="links">

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.2