I am new to Pyrocms and reading the documentation i could not change fix my problem. I need my own template is to be incorporated that is i want to change the default one provided. How can i do that. I really need a help

link|improve this question
feedback

1 Answer

Go into:

system/cms/themes/default/

This is the folder where you can find the default template of pyrocms. There you will see folders like "views, css, js, img" etc.

You can start by modifying views/layouts/default.html and views/partials/ folder.

Ofcourse if you need to change css and/or js you need to modify them too.

By the way this is the official pyrocms documentation for editing themes: http://www.pyrocms.com/docs/manuals/designers

link|improve this answer
Thanks for the reply and the link. The page in the link does not exists anymore. So is there any other link for the documentation? If yes i will be very very thankful. – Kishor Subedi Dec 1 '11 at 11:27
this is for the new version 2.0: pyrocms.com/docs/2.0/manuals/designers/create-a-custom-theme and this is for the 1.3 one: pyrocms.com/docs/1.3/manuals/designers/create-a-custom-theme . Hope it helps – eymen Dec 3 '11 at 8:38
Thank you for the stuff. It was very helpful for me. – Kishor Subedi Mar 15 at 4:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.