version 3.0 of the theme -- complete overhaul

This commit is contained in:
Tom Johnson
2015-08-11 16:48:17 -07:00
parent 95fa839f0c
commit 6cab011d1b
181 changed files with 4747 additions and 10289 deletions

View File

@ -0,0 +1,23 @@
<script language="JavaScript" type="text/javascript">
$( document ).ready(function() {
if (top.location == location) {
$(".escapeMe").remove();
}
});
function breakout_of_frame() {
if (top.location != location) {
window.open(window.location.href, '_blank');
}
}
</script>
<li class="escapeMe">
<a href="#" onclick="breakout_of_frame()" ><i class="fa fa-sign-out"></i> Pop-out</a>
</li>