afikri
(Fikri Abdul)
1
Hello,
I created new theme, but i got problem in CMenu.
Strangely, whenever I click link in page home, about, contact, login under theme\mytheme\views\layout\main.php
it points nowhere, Could anyone enlighten me what i did wrong?
How to create theme in the correct way, thanks in advance
Regards
add this line of code in config file
return array(
'theme'=>'mytheme',
......
);
more information on this link
http://www.yiiframework.com/doc/guide/1.1/en/topics.theming
afikri
(Fikri Abdul)
3
Thanks kumar,
the problem was I forgot to include <?php echo $content;?> thanks for your reply
regards