# File helper.rb, line 20
def render(options)
  # puts "render(#{options.inspect})"
  $rendering_action=options[:action]
  if options[:layout]==false
    $do_layout=false
    # puts "setting do_layout to false"
  end
end