I'm wondering how to add the login form in the header of my layout in every page that the user isn't authenticated.
Thanks in advance
Posted 25 January 2013 - 05:41 PM
Posted 25 January 2013 - 10:30 PM
<div id="header">
<a href="#">Index</a>
<?php
$this->renderPartial('//layouts/userpanel');
?>
</div>
Posted 28 January 2013 - 03:25 PM
if(Yii::app()->user->isGuest)