Skip to content

Instantly share code, notes, and snippets.

@uhlhosting
Created January 19, 2016 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uhlhosting/ac8471bfd23565ec7dc0 to your computer and use it in GitHub Desktop.
Save uhlhosting/ac8471bfd23565ec7dc0 to your computer and use it in GitHub Desktop.
<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