On Nov 7, 2005, at 5:26 PM, Scott Laird wrote: > On Nov 7, 2005, at 5:02 PM, kellan wrote: >> On 11/7/05, Kyle Heon <kheon at comcast.net> wrote: >>> Can you provide a code sample of how you'd theme partials? >> >> Partials "just worked" for me, e.g. cp -r app/views/articles to >> themes/my_theme/views >> >> The one caveat, the way render_file has been overridden suppresses >> exceptions, which means that if you have an exception in one of your >> themed views, you'll inexplicably be shown the default view. > > Oops. I'll fix this tonight.
Fixed. Can you verify that it works for you? You should be able to override sidebars now, too--just use themes/*/views/plugins/sidebars/ */content.rhtml. Scott