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
Page 1 of 1
Linking Page In Theme
#2
Posted 10 June 2013 - 11:47 PM
add this line of code in config file
return array(
'theme'=>'mytheme',
......
);
more information on this link
http://www.yiiframew.../topics.theming
return array(
'theme'=>'mytheme',
......
);
more information on this link
http://www.yiiframew.../topics.theming
#3
Posted 14 June 2013 - 08:45 PM
kumarkulandai, on 10 June 2013 - 11:47 PM, said:
add this line of code in config file
return array(
'theme'=>'mytheme',
......
);
more information on this link
http://www.yiiframew.../topics.theming
return array(
'theme'=>'mytheme',
......
);
more information on this link
http://www.yiiframew.../topics.theming
Thanks kumar,
the problem was I forgot to include <?php echo $content;?> thanks for your reply
regards
Share this topic:
Page 1 of 1

Help














