i am a newbie in yii framework and creating a crm which is module based. Using different tutorials i am able to create my own theme but now i am stucked at one point. In my theme the upper nav and left nav remains same throughout the app until user is logged in thats why i made it a part of my main.php but in the login page there are no buttons to show just simple login form with 2 textfields how can i implement this form in my application using custom themes. I have tried to define a layout in that particular action but not succeeded.
Any help would be appreciated