Created
February 27, 2015 09:41
-
-
Save crumina/0742f566ffbbfe13374d to your computer and use it in GitHub Desktop.
Before header row for additional content [Onetouch2, Embrace, Atlantis]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
function custom_before_header_bar() | |
{ ?> | |
<div style="background:gray; "> <!-- Full width row --> | |
<div class="row"><div class="large-12 small-12 columns"> | |
<!-- Your Content Will be here --> | |
</div></div> | |
</div> <!-- End Full width row --> | |
<?php } | |
add_action('reactor_header_before', 'custom_before_header_bar', 1); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment