Bug #450
Rio
| Status : | New | Start : | ||
| Priority : | Normal | Due date : | ||
| Assigned to : | tobi - | % Done : | 0% |
|
| Category : | frontend | |||
| Target version : | - | |||
| Resolution : |
Description
Here's the foundation for the Rio theme. It's not 100% finished because I abandoned this theme for my new color scheme on http://blog.lathi.net/. However, it's a good starting point for someone to introduce their own color scheme.
Associated revisions
Apply comment/trackback/filter defaults to Blogger API. Closes #450
History
09/02/2005 02:03 PM - doug-lathi-net -
Oh, by the way, I forgot the layouts/default.rhtml includes a render_partial of shared/navmain. That means the theme will bomb unless app/views/shared/_navmain.rhtml exists. Sorry about that. The navmain is what puts the global navigation across the top. For me, it's an unordered list of links:
<ul title="Major Site Sections">
<li><%= link_to 'blog', {:controller => '/'}, :class => "current" %></li>
<li><a href="http://www.lathi.net/twiki-bin/view">wiki</a></li>
<li><a href="http://home.lathi.net/gallery">photos</a></li>
<li><a href="http://www.lathi.net/twiki-bin/view/Main/DougAlcorn">about</a></li>
</ul>
09/15/2005 02:23 PM - jemaleddin-tanglebones-com -
Still doesn't work for me - I get a rails error when viewing my blog after switching to rio (4), and nothing helpful that I can see in the logs. Running 2.5.5.
09/15/2005 05:29 PM - jemaleddin-tanglebones-com -
Dangit - I'm dumb. Didn't read the bit about navmain. Sorry. (lovely theme!)
10/01/2005 03:48 AM - alex-redprocess-com -
apprently the file no longer exists. is there a new one, or is this just some weird error?