Abstract Flite Theme

Posted by Geoffrey Grosenbach Tue, 22 Nov 2005 14:21:00 GMT

Adam Hegedus gives us Ruby on Wings with Abstract Flite.

It’s always nice to see someone using their own theme on their blog!

Download Abstract Flite

Send your themes to boss [AT] topfunky [dot] com until midnight on November 28 (using your current time at wherever you are in the world). A link to your compressed theme is preferred, which will allow you to update your theme without re-sending it to me.

Posted in  | 4 comments

Comments

  1. Police said 1 day later:

    Throws an application error

  2. Adam H said 1 day later:

    Could you tell me more info? I have the theme working on my site (www.adamhegedus.com) without any problem.

    A

  3. Adam H said 5 days later:

    I think I found the problem. I created the theme using the trunk version of Typo, and when I tried using the 2.6.0 version, it broke! I found this fix on another theme, and it worked.

    in the default.rhtml file, I replaced:
    <%= render_sidebars %>
    
    with:
    <%= render_component(:controller => "sidebars/sidebar", :action => "display_plugins") %>
    

    and that took care of it. You can download it again and get the fixed version.

  4. Adam H said 5 days later:
    Try that again… in the default.rhtml file, I replaced:
    <%= render_sidebars >
    
    with:
    <%= render_component(:controller => "sidebars/sidebar", :action => "display_plugins") >
    

Comments are disabled