Comment 13 for bug 1434131

Revision history for this message
Jean-Philippe Gaudreau (jeep-gaudreau) wrote :

Hi Kristina,

If it can help, the code that displays the login button or not is in the following raw template files : "htdocs/mahara/htdocs/theme/raw/templates/header/topright.tpl". Three variables must be false for the login button to be displayed :
* $LOGGEDIN
* $SIDEBARS
* $LOGINPAGE

My guess is that there's a side bar in your other configuration. Maybe this condition on side bars could be removed but we would have to check that it don't break anything else.

Hope it helps understanding more how it works!

Jean-Philippe