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

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

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

revision 1.15 by jrglasgow, Tue Apr 28 16:30:38 2009 UTC revision 1.16 by jrglasgow, Tue May 12 15:36:12 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: page.tpl.php,v 1.14 2009/04/27 21:54:38 aharl Exp $;  // $Id: page.tpl.php,v 1.15 2009/04/28 16:30:38 jrglasgow Exp $;
3  ?>  ?>
4  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5  <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 271  Line 271 
271        <div class="clear-block clr" id="section1">        <div class="clear-block clr" id="section1">
272          <div class="sections">          <div class="sections">
273            <?php if ($user1): ?>            <?php if ($user1): ?>
274              <div class="section <?php echo $section1width ?>"><?php print $user1; ?></div>              <div class="section <?php echo $section1width; ?>"><?php print $user1; ?></div>
275            <?php endif; ?>            <?php endif; ?>
276            <?php if ($user2): ?>            <?php if ($user2): ?>
277              <div class="section <?php echo $section1width ?>"><?php print $user2; ?></div>              <div class="section <?php echo $section1width; ?>"><?php print $user2; ?></div>
278            <?php endif; ?>            <?php endif; ?>
279            <?php if ($user3): ?>            <?php if ($user3): ?>
280              <div class="section <?php echo $section1width ?>"><?php print $user3; ?></div>              <div class="section <?php echo $section1width; ?>"><?php print $user3; ?></div>
281            <?php endif; ?>            <?php endif; ?>
282          </div>          </div>
283          <div style="clear:both"></div>          <div style="clear:both"></div>
# Line 286  Line 286 
286      <div id="middlecontainer">      <div id="middlecontainer">
287        <?php if ((theme_get_setting('simply_modern_sidebar_positions') == 'left') || (theme_get_setting('simply_modern_sidebar_positions') == 'split')) { ?>        <?php if ((theme_get_setting('simply_modern_sidebar_positions') == 'left') || (theme_get_setting('simply_modern_sidebar_positions') == 'split')) { ?>
288          <?php if ($sidebar_left) { ?>          <?php if ($sidebar_left) { ?>
289            <div id="sidebar-left"><?php print $sidebar_left ?> </div>            <div id="sidebar-left"><?php print $sidebar_left; ?> </div>
290          <?php  }?>          <?php  }?>
291        <?php } ?>        <?php } ?>
292        <?php if ( (theme_get_setting('simply_modern_sidebar_positions') == 'left' )) { ?>        <?php if ( (theme_get_setting('simply_modern_sidebar_positions') == 'left' )) { ?>
293          <?php if ($sidebar_right) { ?>          <?php if ($sidebar_right) { ?>
294            <div id="sidebar-right"><?php print $sidebar_right ?> </div>            <div id="sidebar-right"><?php print $sidebar_right; ?> </div>
295          <?php } ?>          <?php } ?>
296        <?php } ?>        <?php } ?>
297        <div id="main">        <div id="main">
# Line 302  Line 302 
302              <?php endif; ?>              <?php endif; ?>
303            <?php endif; ?>            <?php endif; ?>
304            <?php if ($mission) { ?>            <?php if ($mission) { ?>
305              <div id="mission"><?php print $mission ?></div>              <div id="mission"><?php print $mission; ?></div>
306            <?php } ?>            <?php } ?>
307            <div id="squeeze-content">            <div id="squeeze-content">
308              <?php              <?php
# Line 320  Line 320 
320               <?php if ($content_top):?>               <?php if ($content_top):?>
321                  <div id="content-top"><?php print $content_top; ?></div>                  <div id="content-top"><?php print $content_top; ?></div>
322                <?php endif; ?>                <?php endif; ?>
323                <h1 class="title"><?php print $title ?></h1>                <h1 class="title"><?php print $title; ?></h1>
324                <div class="tabs"><?php print $tabs ?></div>                <div class="tabs"><?php print $tabs; ?></div>
325                <?php print $help ?>                <?php print $help ?>
326                <?php if ($show_messages) { print $messages; } ?>                <?php if ($show_messages) { print $messages; } ?>
327                <?php print $content; ?>                <?php print $content; ?>
# Line 370  Line 370 
370      <?php endif; ?>      <?php endif; ?>
371      <?php if (isset($secondary_links)) : ?>      <?php if (isset($secondary_links)) : ?>
372        <div id="secondary-links">        <div id="secondary-links">
373          <?php print theme('links', $secondary_links, array('class' => 'links secondary-links')) ?>          <?php print theme('links', $secondary_links, array('class' => 'links secondary-links')); ?>
374          <div style="clear:both"></div>          <div style="clear:both"></div>
375        </div>        </div>
376      <?php endif; ?>      <?php endif; ?>
377      <div id="footer">      <div id="footer">
378        <?php if ($footer_region) { ?>        <?php if ($footer_region) { ?>
379          <div id="footer-region"><?php print $footer_region?></div>          <div id="footer-region"><?php print $footer_region; ?></div>
380        <?php } ?>        <?php } ?>
381        <?php if ($footer_message) { ?>        <?php if ($footer_message) { ?>
382          <div id="footer-message"><?php print $footer_message ?></div>          <div id="footer-message"><?php print $footer_message; ?></div>
383        <?php } ?>        <?php } ?>
384      <div style="color:gray"><strong>THEME DESIGN</strong> Copyright &#169; 2009 under <a href="http://www.gnu.org/licenses/gpl.html" target="_blank">GNU</a> by <a href="http://www.tributemedia.com" title="High Performing, Industry Specific Websites" target="_blank">Tribute Media</a>. Site Powered by <a href="http://drupal.org/">Drupal</a>.</div>      <div style="color:gray"><strong>THEME DESIGN</strong> Copyright &#169; 2009 under <a href="http://www.gnu.org/licenses/gpl.html" target="_blank">GPL</a> by <a href="http://www.tributemedia.com" title="High Performing, Industry Specific Websites" target="_blank">Tribute Media</a>. Site Powered by <a href="http://drupal.org/">Drupal</a>.</div>
385      </div><!-- /footer -->      </div><!-- /footer -->
386    <div style="clear:both"></div>    <div style="clear:both"></div>
387    <?php print $closure ?></div></div>    <?php print $closure; ?></div></div>
388    </div> <!-- /page -->    </div> <!-- /page -->
389  </body>  </body>
390  </html>  </html>

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

  ViewVC Help
Powered by ViewVC 1.1.3