How can i add Login & Sign Up button in the main page
Dear
How can i add Login & Sign Up button in the main page or main menu
Regards
How can i add Login & Sign Up button in the main page or main menu
Regards
Discussion of company’s products and Yii framework
https://monoray.net/forum/
<?php
echo CHtml::link('Log in link', array('/site/login'));
echo '<br/>';
echo CHtml::link('Registration link', array('/site/register'));
?>Koduc wrote:Template for main page is located at /themes/classic/views/layouts/main.php