summaryrefslogtreecommitdiffstats
path: root/application/modules/fbgui
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/fbgui')
-rw-r--r--application/modules/fbgui/views/scripts/index/index.phtml6
1 files changed, 5 insertions, 1 deletions
diff --git a/application/modules/fbgui/views/scripts/index/index.phtml b/application/modules/fbgui/views/scripts/index/index.phtml
index 1dad446..8ca376c 100644
--- a/application/modules/fbgui/views/scripts/index/index.phtml
+++ b/application/modules/fbgui/views/scripts/index/index.phtml
@@ -127,7 +127,11 @@
</div>
<?php endif;?>
<script type="text/javascript">
- var activeElement = 2;
+ <?php if($this->loginmenu):?>
+ var activeElement = 1;
+ <?php else:?>
+ var activeElement = 2;
+ <?php endif;?>
var abortStartcount = false;
$(document).ready(function(){
$('.selectswitch').click(function(){