Skip to content

Commit

Permalink
Merge pull request #9 from wordish/master
Browse files Browse the repository at this point in the history
Add: footer logos and fix DOM
  • Loading branch information
aembler authored Oct 31, 2019
2 parents c6c3dd8 + b14a878 commit 670af0f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
8 changes: 8 additions & 0 deletions elements/footer_logos.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php defined('C5_EXECUTE') or die(_("Access Denied.")); ?>

<div class="row">
<div class="col-md-6 footer-logos footer-logos-left">
</div>
<div class="col-md-6 footer-logos footer-logos-right">
</div>
</div>
5 changes: 2 additions & 3 deletions themes/theme_brand_central/elements/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
?>
</div>
</div>
<?php View::element('footer_logos', [], 'brand_central') ?>
<div class="row">
<div class="col-xs-8">
<div class="col-md-4 col-xs-12 text-right">
<div class="col-md-12 col-xs-12 text-center">
<span>
<?php
$page = \Concrete\Core\Page\Page::getCurrentPage();
Expand All @@ -42,7 +42,6 @@
</span>
</div>
</div>
</div>
<?php View::element('footer_copyright', [], 'brand_central') ?>
</div>
</footer>
Expand Down

0 comments on commit 670af0f

Please sign in to comment.