зеркало из https://github.com/mozilla/pjs.git
added a div around the breadcrumbs to align them with the header
This commit is contained in:
Родитель
8eaefdec67
Коммит
d60099e784
|
@ -31,8 +31,10 @@
|
|||
</div>
|
||||
<div id="breadcrumbs">
|
||||
<?php if (isset($breadcrumb) && isset($breadcrumbs)): ?>
|
||||
<?php $breadcrumb->addLinks($breadcrumbs); ?>
|
||||
<?php echo $breadcrumb->showLinks(); ?>
|
||||
<div>
|
||||
<?php $breadcrumb->addLinks($breadcrumbs); ?>
|
||||
<?php echo $breadcrumb->showLinks(); ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<hr class="hide" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче