Skip to content
Snippets Groups Projects
Commit d281792b authored by Angie Byron's avatar Angie Byron
Browse files

#548806 by alexanderpas and yoroy: Added breadcrumbs to Seven theme.

parent 1aee5cf4
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
<?php print $page_top; ?>
<div id="branding" class="clearfix">
<div class="back-to-site"><?php print $back_to_site; ?></div>
<?php print $breadcrumb; ?>
<?php if ($title): ?><h1 class="page-title"><?php print $title; ?></h1><?php endif; ?>
<?php if ($primary_local_tasks): ?><ul class="tabs primary"><?php print $primary_local_tasks; ?></ul><?php endif; ?>
</div>
......
......@@ -64,15 +64,9 @@ legend {
background-color: #e0e0d8;
}
#branding div.back-to-site {
background: url(images/arrow-prev.png) no-repeat left center;
padding-left: 8px;
font-size: 11px;
}
#branding div.breadcrumb {
float: left;
font-size: 12px;
font-size: 11px;
padding-bottom: 5px;
}
#branding div.block {
......@@ -104,14 +98,6 @@ legend {
width: 80px;
}
/**
* Breadcrumbs.
*/
div.breadcrumb a {
padding: 0 10px 0 0;
color: #fff;
}
/**
* Help.
*/
......
......@@ -8,7 +8,6 @@ function seven_preprocess_page(&$vars) {
$vars['primary_local_tasks'] = menu_primary_local_tasks();
$vars['secondary_local_tasks'] = menu_secondary_local_tasks();
$vars['ie_styles'] = '<!--[if lt IE 7]><style type="text/css" media="screen">@import ' . path_to_theme() . '/ie6.css";</style><![endif]-->';
$vars['back_to_site'] = l(t('Back to the front page'), '');
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment