diff options
Diffstat (limited to 'templates/default/header/html/setup.rb')
| -rw-r--r-- | templates/default/header/html/setup.rb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/default/header/html/setup.rb b/templates/default/header/html/setup.rb new file mode 100644 index 0000000..757657d --- /dev/null +++ b/templates/default/header/html/setup.rb @@ -0,0 +1,10 @@ +def init + puts "header!" + puts object.inspect + super + + sections.push :header + sections.push :functions +rescue => error + puts error +end |
