1<?php
2/*
3 * additional configuration options used by the template
4 * See http://www.splitbrain.org/wiki:tpl:roundbox#configuration for more info
5 */
6$meta['rb_theme']  =
7    array('multichoice','_choices' => array(
8    'evening','spring','haze','sxs','dokuwiki','sky','yuk'));
9
10$meta['rb_tagline']  = array('string'); // tagline under wiki title
11
12$meta['rb_roundcorners'] = array('onoff'); // main boxes with round corners?
13
14$meta['rb_sidebar_orientation'] = array('multichoice','_choices' => array('left','right'));
15$meta['rb_sitenav']  = array('onoff'); // show site navigation in sidebar true|false
16$meta['rb_uselinks'] = array('onoff'); // use links instead of buttons
17$meta['rb_main_sidebar']      = array('onoff'); // Always show main sidebar
18$meta['rb_showeditbtn']       = array('onoff'); // Show Edit button on sidebar
19
20$meta['rb_youarehere'] = array('onoff'); // hierarchical navigation instead of breadcrumbs
21$meta['rb_crumbsep'] = array('string'); // Specifies what separates each breadcrumb
22$meta['rb_removeunderscore']  = array('onoff'); // Removes underscore from breadcrumb links
23$meta['rb_index']    = array('string'); // Sets the name for the index page of namespaces
24
25$meta['rb_private']           = array('onoff'); // Private wiki
26?>
27