Skip to content

Instantly share code, notes, and snippets.

@JimboFromLimbo
Created June 12, 2017 00:31
Show Gist options
  • Save JimboFromLimbo/e2d8dc93749ca0ce6725b55858d45d75 to your computer and use it in GitHub Desktop.
Save JimboFromLimbo/e2d8dc93749ca0ce6725b55858d45d75 to your computer and use it in GitHub Desktop.
<div>
<p> <a href= "#secondaryLogo_modal"> Example</a></p>
</div>
<div>
<div class="modal" id="secondaryLogo_modal" onclick="CloseModal(event, this);">
<div>
<a href="#close" title="Close" class="close">X</a>
<img src="<?echo $_SESSION["site"]->serverURL;?>/media/rto/envelopesBottomLeft.png" style="height:100%;"alt="">
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment