1<?php
2/**
3 * Default settings for the tabbox plugin
4 *
5 * @author Andreas Gohr <dokuwiki@cosmocode.de>
6 */
7
8$conf['tabs']    = 'Tab 1, Tab 2, Tab 3';
9