Yii Framework Forum: Linking Page In Theme - Yii Framework Forum

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Linking Page In Theme Rate Topic: -----

#1 User is offline   alienwerks 

  • Newbie
  • Yii
  • Group: Members
  • Posts: 7
  • Joined: 29-October 12

Posted 10 June 2013 - 10:09 PM

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
0

#2 User is offline   kumarkulandai 

  • Junior Member
  • Pip
  • Yii
  • Group: Members
  • Posts: 84
  • Joined: 18-November 11
  • Location:Bangalore

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
Regards,
Kumar Kulandai.

Posted Image
0

#3 User is offline   alienwerks 

  • Newbie
  • Yii
  • Group: Members
  • Posts: 7
  • Joined: 29-October 12

Posted 14 June 2013 - 08:45 PM

View Postkumarkulandai, 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


Thanks kumar,

the problem was I forgot to include <?php echo $content;?> thanks for your reply

regards
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users