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

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

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

revision 1.1, Thu Mar 2 04:19:42 2006 UTC revision 1.2, Wed Jan 23 02:51:56 2008 UTC
# Line 5  Line 5 
5    <head>    <head>
6      <title><?php print $head_title ?></title>      <title><?php print $head_title ?></title>
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          <div class="main">          <div class="main">
16                  <div class="header">                  <div class="header">
17                          <div class="top_info">                          <div class="top_info">
# Line 32  Line 34 
34                          <ul>                          <ul>
35          <?php if ($site_slogan) { ?><li class="slogan"><?php print $site_slogan ?></li><?php } ?>          <?php if ($site_slogan) { ?><li class="slogan"><?php print $site_slogan ?></li><?php } ?>
36                          </ul>                          </ul>
37        <?php print internet_center_primary_links(); ?>        <?php print theme('links', $primary_links); ?>
38                  </div>                  </div>
39    
40      <div class="header-line"></div>      <div class="header-line"></div>

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

  ViewVC Help
Powered by ViewVC 1.1.2