summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormichael2011-11-22 17:21:58 +0100
committermichael2011-11-22 17:21:58 +0100
commit228a90d17371ebe7858353db0676b8ab0aa36985 (patch)
tree6ad2118254ff0e80f7fd5607b84721a9031afefa
parentfbgui return to membershipmenu (diff)
downloadpbs2-228a90d17371ebe7858353db0676b8ab0aa36985.tar.gz
pbs2-228a90d17371ebe7858353db0676b8ab0aa36985.tar.xz
pbs2-228a90d17371ebe7858353db0676b8ab0aa36985.zip
fbgui return to membershipmenu
-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(){