Edit page sidebar?
|
25 posts
|
In radiant CMS, you can edit page sidebar with custom content. http://demo.radiantcms.org/ How would you be able to do that in Frog? If you look at the defualt layout code, I see: So how do i edit sidebar? |
|
541 posts
|
exactly the same way !!! with the sidebar part !! ( tab ) <?php $this->content('sidebar', true); ?>the true mean inheritance = true, so if the current page doesn't have sidebar part, it will check is parent, if is parent doesn't have one it will check the parent of the parent etc ... |