Skip to content

Instantly share code, notes, and snippets.

@fabriziomachado
Created December 8, 2011 09:28
Show Gist options
  • Save fabriziomachado/1446554 to your computer and use it in GitHub Desktop.
Save fabriziomachado/1446554 to your computer and use it in GitHub Desktop.
application/views/layout/_notify.php
<!--- container to hold notifications, and default templates --->
<div id="container" style="display:inline">
<div id="sticky">
<a class="ui-notify-close ui-notify-cross" href="#">x</a>
<h1>#{title}</h1>
<p>#{text}</p>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment