Skip to content

Commit

Permalink
added ads below content on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Rieger committed Apr 6, 2015
1 parent 14092de commit 6c18d1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module/Frontend/Application/view/layout/frontend/index.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@
<div class="container-fluid" style="overflow: hidden;">
<a class="hidden-xs" href="https://github.com/ins0/armasquads"><img style="position: absolute; top: 45px; right: 0; border: 0;" src="https://camo.githubusercontent.com/652c5b9acfaddf3a9c326fa6bde407b87f7be0f4/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6f72616e67655f6666373630302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png"></a>
<div class="row">
<div id="content-right" class="col-xs-12 col-sm-3 col-sm-push-9"></div>
<div class="main-content col-xs-12 col-sm-9 col-sm-pull-3">
<div class="main-content col-xs-12 col-sm-9">
<?php echo $this->flashmessenger()->render(); ?>
<?php echo $this->content; ?>
</div>
<div id="content-right" class="col-xs-12 col-sm-3"></div>
</div>
<footer>
<hr>
Expand Down

0 comments on commit 6c18d1d

Please sign in to comment.