Skip to content

Instantly share code, notes, and snippets.

@tjFogarty
Created April 8, 2015 15:03
Show Gist options
  • Save tjFogarty/cf5c1c3542adf33c74a1 to your computer and use it in GitHub Desktop.
Save tjFogarty/cf5c1c3542adf33c74a1 to your computer and use it in GitHub Desktop.
EE Site info
.c-alert {
position: fixed;
background: #333;
background: rgba(51, 51, 51, 0.7);
bottom: 30px;
color: #fff;
text-align: center;
padding: 15px;
border-radius: 4px;
width: 300px;
right: 30px;
}
{if global:env != 'prod'}
<div class="c-alert">
<p>{total_queries} queries, in {elapsed_time} secs</p>
<p>Env: {global:env}</p>
</div>
{/if}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment