[Radiant] Re: simple question about Radiant
Bartłomiej Frydrych
bartlomiej.frydrych at gmail.com
Mon May 12 07:48:03 CDT 2008
ok, I will put sth like this to Layout:
<r:content part="body-right" />
<r:content part="body-left" />
and sth like this to Page for example index
<r:if_content part="body-right">
h2. Hello word!
</r:if_content>
<r:if_content part="body-left">
h2. Hello Frycu!
</r:if_content>
and it doesn't work;/ what is wrong? or I don't understan this...
>You don't need that second r:find because you are already scoped to
>the "about" page, and r:link defaults to the page title
ok but if I don't put this second r:find it give me only 2008 and 2007
link without months...
--
Posted via http://www.ruby-forum.com/.
More information about the Radiant
mailing list