Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Silly issue - "Profiles" button doesn't stay ON when pressed #654

Closed
FAlbanni opened this issue May 8, 2015 · 2 comments
Closed

Silly issue - "Profiles" button doesn't stay ON when pressed #654

FAlbanni opened this issue May 8, 2015 · 2 comments

Comments

@FAlbanni
Copy link

FAlbanni commented May 8, 2015

All the other menu buttons when are pressed turns white except "Profiles" button...

Fix:
/application/view/_templates/header.php
Line 23
Change this:
"overview")) { echo ' class="active" '; } ?>
For this:
"profile")) { echo ' class="active" '; } ?>

@panique
Copy link
Owner

panique commented May 8, 2015

: Thanks, I'll fix this soon!

@panique
Copy link
Owner

panique commented May 16, 2015

Thanks! It's fixed and in develop branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants