| 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; ?> |
| 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): ?> |
| 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 |
|
|