search implementation completed; video ordering feature when browsing by category...
[living-lab-site.git] / application / views / error_view.php
diff --git a/application/views/error_view.php b/application/views/error_view.php
new file mode 100644 (file)
index 0000000..e83c7d3
--- /dev/null
@@ -0,0 +1,6 @@
+<div class="ui-state-error ui-corner-all" style="padding: 0 .7em;">
+       <p style="text-align: center">
+               <span class="ui-icon ui-icon-alert" style="float: left; margin-right: .3em;"></span>
+               <span><?php echo $msg ?></span>
+       </p>
+</div>
\ No newline at end of file