summaryrefslogtreecommitdiffstats
path: root/views/pages/home.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/pages/home.html.php')
-rw-r--r--views/pages/home.html.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/views/pages/home.html.php b/views/pages/home.html.php
index 9d39b95..bdb46ca 100644
--- a/views/pages/home.html.php
+++ b/views/pages/home.html.php
@@ -81,3 +81,11 @@
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
</p>
<br class="cl" />
+
+<?php ob_start(); ?>
+<script type="text/javascript">
+$(document).ready(function() {
+ $(".scrollable").scrollable();
+});
+</script>
+<?php $this->scripts(ob_get_clean()); ?>