> Let me know if I can clear anything else up.

Whew! I'm finally rolling along on Radiant. Got the dynamic generation
of secondary nav menus worked out and now I'm easily adding my own
custom tags.

Thank you *very much* Sean for such detailed information. I'll get
some wiki info up on this.

The thing that I missed was:

 [:normal, :here, :selected, :between].each do |symbol|
  tag "navigation:#{symbol}" do |tag|
    hash = tag.locals.navigation
    hash[symbol] = tag.block
  end
 end

I didn't even recognize that this was multiple tag definitions, I
needed to make changes in that code.

Thanks-
Michael
_______________________________________________
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to