diff options
author | Torsten Grote <grote@kolabsys.com> | 2014-01-29 15:00:00 (GMT) |
---|---|---|
committer | Torsten Grote <grote@kolabsys.com> | 2014-01-29 15:00:00 (GMT) |
commit | d9e4a0f1b5f45b2e3fed0908a69dad264d40b15b (patch) | |
tree | 76d774e7d2ce4ba7c0754c590a6b730b6f6ceed9 /kolab.org/www/drupal-7.26/themes/seven/page.tpl.php | |
parent | 5145fb6b6b03f545d7b82db89850dac1b3b49d78 (diff) | |
download | kolab.org-www-d9e4a0f1b5f45b2e3fed0908a69dad264d40b15b.tar.gz |
add new drupal version
Diffstat (limited to 'kolab.org/www/drupal-7.26/themes/seven/page.tpl.php')
-rw-r--r-- | kolab.org/www/drupal-7.26/themes/seven/page.tpl.php | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/kolab.org/www/drupal-7.26/themes/seven/page.tpl.php b/kolab.org/www/drupal-7.26/themes/seven/page.tpl.php new file mode 100644 index 0000000..6ab3ae8 --- /dev/null +++ b/kolab.org/www/drupal-7.26/themes/seven/page.tpl.php @@ -0,0 +1,35 @@ + + <div id="branding" class="clearfix"> + <?php print $breadcrumb; ?> + <?php print render($title_prefix); ?> + <?php if ($title): ?> + <h1 class="page-title"><?php print $title; ?></h1> + <?php endif; ?> + <?php print render($title_suffix); ?> + <?php print render($primary_local_tasks); ?> + </div> + + <div id="page"> + <?php if ($secondary_local_tasks): ?> + <div class="tabs-secondary clearfix"><?php print render($secondary_local_tasks); ?></div> + <?php endif; ?> + + <div id="content" class="clearfix"> + <div class="element-invisible"><a id="main-content"></a></div> + <?php if ($messages): ?> + <div id="console" class="clearfix"><?php print $messages; ?></div> + <?php endif; ?> + <?php if ($page['help']): ?> + <div id="help"> + <?php print render($page['help']); ?> + </div> + <?php endif; ?> + <?php if ($action_links): ?><ul class="action-links"><?php print render($action_links); ?></ul><?php endif; ?> + <?php print render($page['content']); ?> + </div> + + <div id="footer"> + <?php print $feed_icons; ?> + </div> + + </div> |