Thanks Jason Gottshall and Peter Guzis! Your suggestions worked. I really appreciate your help!
-- Jason Peck Focus Robotics Tel. 603.594.3097 http://www.focusrobotics.com On Thu, 2004-11-18 at 13:20, Jason Gottshall wrote: > > I can't understand why the following does not work: > > > > [% > > mod_menu = > > { > > title=> "Title", > > html=> "Html text" > > } > > > > right_modules = [ > > $mod_menu > > ] > > "$" is not necessary in this case (or most cases, for that matter). > Simply write: > > right_modules = [ > mod_menu > ] > > and you should get the behavior you want. > > _______________________________________________ > templates mailing list > [EMAIL PROTECTED] > http://lists.template-toolkit.org/mailman/listinfo/templates _______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates
