On Jul 30, 2006, at 7:42 AM, Anil Wadghule wrote:
> I want to add typo powered image(comes in azure default) in my  
> sidebar at the end. Which .rhtml file should I change? Alos need I  
> do write changes in html code, or rhtml cod like link_to or <img  
> src> ? Please reply me detail

In layouts/default.rhtml, add the following to the end of the  
"sidebar" div.

       <!-- typo badge -->
       <p><%= link_to image_tag('powered.gif'), 'http:// 
typosphere.org/', { :class => 'powered' } %></p>

Note that I'm still running on an old Typo, not the recent 4.0  
release, so this might not work on your install.

--
Josh Susser
http://blog.hasmanythrough.com


_______________________________________________
Typo-list mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/typo-list

Reply via email to