summaryrefslogtreecommitdiff
path: root/skins/larry/includes/footer.html
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2011-12-12 17:23:19 +0000
committerthomascube <thomas@roundcube.net>2011-12-12 17:23:19 +0000
commitc7dcb30025c184c1e02a2e859b2f10f874c479f6 (patch)
tree20f35fd1dcb4f9d0372d6a8d4df044fd5f437294 /skins/larry/includes/footer.html
parent312ad9d51e9fdc05897cf983683903e791dce6c5 (diff)
More from Larry...
Diffstat (limited to 'skins/larry/includes/footer.html')
-rw-r--r--skins/larry/includes/footer.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/skins/larry/includes/footer.html b/skins/larry/includes/footer.html
new file mode 100644
index 000000000..f884bdf82
--- /dev/null
+++ b/skins/larry/includes/footer.html
@@ -0,0 +1,10 @@
+<script type="text/javascript">
+
+// UI startup
+var UI = new rcube_mail_ui();
+$(document).ready(function(){
+ UI.init();
+});
+
+</script>
+