diff options
Diffstat (limited to 'views/pages')
-rw-r--r-- | views/pages/home.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/pages/home.html.php b/views/pages/home.html.php index 227a18b..7fcfefb 100644 --- a/views/pages/home.html.php +++ b/views/pages/home.html.php @@ -1,5 +1,5 @@ <?php -$this->styles($this->html->style("/css/home.css")); +$this->styles($this->html->style('home.css')); ?> <h1>The Otaku Social Network</h1> @@ -84,7 +84,7 @@ $this->styles($this->html->style("/css/home.css")); <br class="cl" /> <?php ob_start(); ?> -<script type="text/javascript"> +<script> $(document).ready(function() { $(".scrollable").scrollable(); }); |