Project:Dark Green Theme
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

I found there is a bug for displaying user login block.

and the solution is

replace flowing

<?php
if ($sidebar_left) {
?>

<?php
}
?>

with

<?php
if ($left) {
?>

<?php
}
?>