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

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

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

revision 1.5, Tue May 20 10:35:18 2008 UTC revision 1.6, Tue Oct 21 17:11:45 2008 UTC
# Line 22  Line 22 
22     <?php endif; ?>     <?php endif; ?>
23  </head>  </head>
24    
25  <body class="<?php print $body_classes; ?>">  <body class="<?php print $body_classes; ?> path_<?php print str_replace('/','_',drupal_get_path_alias($_GET['q'])) ?>">
26  <div id="body_outer" class="<?php print theme_get_setting('css_body_outer') ?>"><?php print $boxstart; ?>  <div id="body_outer" class="<?php print theme_get_setting('css_body_outer') ?>"><?php print $boxstart; ?>
27     <!-- HEADER OUTER -->     <!-- HEADER OUTER -->
28     <div id="header_outer" class="<?php print theme_get_setting('css_header_outer') ?>"><?php print $boxstart; ?>     <div id="header_outer" class="<?php print theme_get_setting('css_header_outer') ?>"><?php print $boxstart; ?>
# Line 127  Line 127 
127                    <?php print $boxend; ?></div>                    <?php print $boxend; ?></div>
128                 <?php endif; ?>                 <?php endif; ?>
129                 <!-- CONTENT LINK -->                 <!-- CONTENT LINK -->
130                 <a id="content-link" />                 <a id="content-link" ></a>
131                 <a class="top-link" href="#top"><?php print ('Skip to top of page'); ?></a>                 <a class="top-link" href="#top"><?php print ('Skip to top of page'); ?></a>
132                 <!-- TITLE -->                 <!-- TITLE -->
133                 <?php if ($title): ?>                 <?php if ($title): ?>
# Line 157  Line 157 
157                 <!-- CONTENT -->                 <!-- CONTENT -->
158                 <?php if ($content): ?>                 <?php if ($content): ?>
159                    <div id="content" class="<?php print theme_get_setting('css_content') ?>"><?php print $boxstart; ?>                    <div id="content" class="<?php print theme_get_setting('css_content') ?>"><?php print $boxstart; ?>
160                       <?php print $content ?>                       <?php if (!drupal_is_front_page() || !theme_get_setting('no_promoted_content')) { ?>
161                            <?php print $content; ?>
162                         <?php } ?>
163                    <?php print $boxend; ?></div>                    <?php print $boxend; ?></div>
164                 <?php endif; ?>                 <?php endif; ?>
165    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.2