(no commit message)
authoralison benjamin <radiocontrolled@gmail.com>
Sun, 7 Aug 2011 19:10:47 +0000 (19:10 -0000)
committeralison benjamin <radiocontrolled@gmail.com>
Sun, 7 Aug 2011 19:10:47 +0000 (19:10 -0000)
docs/themes/mobile/include/header.tmpl.php

index cba3721..3e51f8e 100644 (file)
@@ -256,7 +256,7 @@ setTimeout(function() { window.scrollTo(0, 1) }, 100);
 
 
 
-       <ul class="fl-tabs" id="home-guide">
+       <ul class="home-guide fl-tabs" id="home-guide">
        <!--  CHECK TO SEE IF USER IS A STUDENT -->
        <?php if($_SESSION['is_admin'] == 0 && $_SESSION['privileges'] == 0 ):?>
                <li><a  href="<?php echo $this->base_path; ?>users/index.php"><?php echo _AT("home"); ?></a></li>