2009-07-31 19:35:57 +00:00
|
|
|
<?php
|
|
|
|
// $Id$
|
2009-09-15 17:10:39 +00:00
|
|
|
?>
|
2009-07-31 19:35:57 +00:00
|
|
|
<div id="branding" class="clearfix">
|
2009-08-20 15:59:58 +00:00
|
|
|
<?php print $breadcrumb; ?>
|
2009-07-31 19:35:57 +00:00
|
|
|
<?php if ($title): ?><h1 class="page-title"><?php print $title; ?></h1><?php endif; ?>
|
2009-10-11 06:05:53 +00:00
|
|
|
<?php if ($primary_local_tasks): ?><ul class="tabs primary"><?php print render($primary_local_tasks); ?></ul><?php endif; ?>
|
2009-07-31 19:35:57 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="page">
|
2009-10-11 06:05:53 +00:00
|
|
|
<?php if ($secondary_local_tasks): ?><ul class="tabs secondary"><?php print render($secondary_local_tasks); ?></ul><?php endif; ?>
|
2009-07-31 19:35:57 +00:00
|
|
|
|
|
|
|
<div id="content" class="clearfix">
|
|
|
|
<?php if ($show_messages && $messages): ?>
|
|
|
|
<div id="console" class="clearfix"><?php print $messages; ?></div>
|
|
|
|
<?php endif; ?>
|
2009-09-15 17:10:39 +00:00
|
|
|
<?php if ($page['help']): ?>
|
2009-07-31 19:35:57 +00:00
|
|
|
<div id="help">
|
2009-09-15 17:10:39 +00:00
|
|
|
<?php print render($page['help']); ?>
|
2009-07-31 19:35:57 +00:00
|
|
|
</div>
|
|
|
|
<?php endif; ?>
|
2009-10-11 06:05:53 +00:00
|
|
|
<?php if ($action_links): ?><ul class="action-links"><?php print render($action_links); ?></ul><?php endif; ?>
|
2009-09-15 17:10:39 +00:00
|
|
|
<?php print render($page['content']); ?>
|
2009-07-31 19:35:57 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="footer">
|
|
|
|
<?php print $feed_icons; ?>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|