1<?php
2/**
3 * Options for the ramtop template
4 *
5 * @author   Stefan Rothe <info@stefan-rothe.ch>
6 */
7
8$meta['menubar']  = array('string');
9$meta['custom_licence'] = array('string');
10$meta['footer_start_link'] = array('onoff');
11$meta['footer_buttons'] = array('onoff');
12
13