1
|
<div id='branding'><div class='limiter clearfix'>
|
2
|
<div class='breadcrumb clearfix'><?php print $breadcrumb ?></div>
|
3
|
<?php if (!$overlay && isset($secondary_menu)) : ?>
|
4
|
<?php print theme('links', array('links' => $secondary_menu, 'attributes' => array('class' => 'links secondary-menu'))) ?>
|
5
|
<?php endif; ?>
|
6
|
</div></div>
|
7
|
|
8
|
<div id='page-title'><div class='limiter clearfix'>
|
9
|
<div class='tabs clearfix'>
|
10
|
<?php if ($primary_local_tasks): ?>
|
11
|
<ul class='primary-tabs links clearfix'><?php print render($primary_local_tasks) ?></ul>
|
12
|
<?php endif; ?>
|
13
|
</div>
|
14
|
<?php print render($title_prefix); ?>
|
15
|
<h1 class='page-title <?php print $page_icon_class ?>'>
|
16
|
<?php if (!empty($page_icon_class)): ?><span class='icon'></span><?php endif; ?>
|
17
|
<?php if ($title) print $title ?>
|
18
|
</h1>
|
19
|
<?php if ($action_links): ?>
|
20
|
<ul class='action-links links clearfix'><?php print render($action_links) ?></ul>
|
21
|
<?php endif; ?>
|
22
|
<?php print render($title_suffix); ?>
|
23
|
</div></div>
|
24
|
|
25
|
<?php if ($show_messages && $messages): ?>
|
26
|
<div id='console'><div class='limiter clearfix'><?php print $messages; ?></div></div>
|
27
|
<?php endif; ?>
|
28
|
|
29
|
<div id='page'><div id='main-content' class='limiter clearfix'>
|
30
|
<?php if ($page['help']) print render($page['help']) ?>
|
31
|
<div id='content' class='page-content clearfix'>
|
32
|
<?php if (!empty($page['content'])) print render($page['content']) ?>
|
33
|
</div>
|
34
|
</div></div>
|
35
|
|
36
|
<div id='footer' class='clearfix'>
|
37
|
<?php if ($feed_icons): ?>
|
38
|
<div class='feed-icons clearfix'>
|
39
|
<label><?php print t('Feeds') ?></label>
|
40
|
<?php print $feed_icons ?>
|
41
|
</div>
|
42
|
<?php endif; ?>
|
43
|
</div>
|