summaryrefslogtreecommitdiffhomepage
path: root/templates/default/headersroot/html/setup.rb
blob: 5945ae4ffa3c0a599a1ce58e3276d1053bc602c4 (plain)
1
2
3
4
5
6
7
8
9
10
def init
  super
  sections.push :headers_list

  @namespace = object
end

def headers
  object.headers
end