rakitin
rakitin

Reputation: 2185

Customize site layout with Refinery CMS

New with Rails and with RefineryCMS. I came across thisquestion about per page layouts.

It pointed me to a very nice guide and in this guide it says

In this case, when we are customizing the rendering of only the page, not the header or footer or actual site layout, it is appropriate to enable Refinery’s custom view templates.

My question is the one this guide leaves out: how do you customize the rendering of the header and footer with templates in Refinery CMS? Where is documentation for that? Thanks all!

Upvotes: 3

Views: 2502

Answers (1)

Dreyfuzz
Dreyfuzz

Reputation: 476

For customizing anything outside of the page content, you have to override refinery views.

In terminal:

rake refinery:override view=refinery/_footer

This is covered in this refinery guide: http://refinerycms.com/guides/overriding-views

Upvotes: 2

Related Questions