source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/tpl/greenstone/conf/metadata.php@ 25027

Last change on this file since 25027 was 25027, checked in by jmt12, 12 years ago

Adding the packages directory, and within it a configured version of dokuwiki all ready to run

File size: 1.2 KB
Line 
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'] = array('multichoice','_choices' => array('evening','spring','haze','sxs','yuk'));
7
8$meta['rb_tagline'] = array('string'); // tagline under wiki title
9
10$meta['rb_roundcorners'] = array('onoff'); // main boxes with round corners?
11
12$meta['rb_sidebar_orientation'] = array('multichoice','_choices' => array('left','right'));
13$meta['rb_sitenav'] = array('onoff'); // show site navigation in sidebar true|false
14$meta['rb_uselinks'] = array('onoff'); // use links instead of buttons
15
16$meta['rb_index'] = array('string'); // Sets the name for the index page of namespaces
17
18$meta['rb_youarehere'] = array('onoff'); // hierarchical navigation instead of breadcrumbs
19$meta['rb_crumbsep'] = array('string'); // Specifies what separates each breadcrumb
20$meta['rb_removeunderscore'] = array('onoff'); // Removes underscore from breadcrumb links
21$meta['rb_showeditbtn'] = array('onoff'); // Show Edit button on sidebar
22$meta['rb_private'] = array('onoff'); // Private wiki
23$meta['rb_main_sidebar'] = array('onoff'); // Always show main sidebar
24?>
Note: See TracBrowser for help on using the repository browser.