Created
January 19, 2016 18:08
-
-
Save uhlhosting/ac8471bfd23565ec7dc0 to your computer and use it in GitHub Desktop.
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
<body class="<?php echo $body_classes ? $body_classes : ''; ?>"> | |
<div class="container"> | |
<div style="float: right; width: 50%;"><a href="https://www.instagram.com/idleslidegloves/"> <img class="alignleft" src="http://idleslidegloves.com/wp-content/uploads/2016/01/instagram-22.png" alt="" /></a></div> | |
<div style="float: right; width: 60%;"><a href="https://www.facebook.com/idleslidegloves/"><img class="alignright" src="http://idleslidegloves.com/wp-content/uploads/2016/01/facebook-7-22.png" alt="" /></a></div> | |
</div> | |
<div class="wrap"> | |
<?php if (!empty($heading)) { ?><h1><?php echo stripslashes($heading); ?></h1><?php } ?> | |
<?php if (!empty($text)) { ?><h2><?php echo stripslashes($text); ?></h2><?php } ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment