| 1 |
<?php |
<?php |
| 2 |
// $Id: page.tpl.php,v 1.17.2.1.2.1 2009/08/23 18:46:04 brauerranch Exp $ |
// $Id: page.tpl.php,v 1.17.2.1.2.2 2009/10/06 23:09:33 brauerranch Exp $ |
| 3 |
?><?php include('head.php'); ?><!-- head section separated for easier maintenance --> |
?><?php include('head.php'); ?><!-- head section separated for easier maintenance --> |
| 4 |
|
|
| 5 |
<body class="<?php print $body_classes; ?>"> |
<body class="<?php print $body_classes; ?>"> |
| 9 |
<a href="#main-content-area"><?php print t('Skip to Main Content Area'); ?></a> |
<a href="#main-content-area"><?php print t('Skip to Main Content Area'); ?></a> |
| 10 |
</div> |
</div> |
| 11 |
|
|
|
<?php if ($custom_header): ?> |
|
|
<?php include($custom_header); ?> |
|
|
<?php else: ?> |
|
| 12 |
<!-- header-top row: width = grid_width --> |
<!-- header-top row: width = grid_width --> |
| 13 |
|
|
| 14 |
<div id="header-top-wrapper" class="header-top-wrapper full-width"> |
<div id="header-top-wrapper" class="header-top-wrapper full-width"> |
| 54 |
</div><!-- /header-group-inner --> |
</div><!-- /header-group-inner --> |
| 55 |
</div><!-- /header-group --> |
</div><!-- /header-group --> |
| 56 |
</div><!-- /header-group-wrapper --> |
</div><!-- /header-group-wrapper --> |
|
<?php endif; ?> |
|
| 57 |
|
|
| 58 |
<!-- preface-top row: width = grid_width --> |
<!-- preface-top row: width = grid_width --> |
| 59 |
<?php print theme('grid_row', $preface_top, 'preface-top', 'full-width', $grid_width); ?> |
<?php print theme('grid_row', $preface_top, 'preface-top', 'full-width', $grid_width); ?> |