* @author Riccardo Govoni
* @author Louis Wolf
*
*/
// Must be run from within DokuWiki
if (!defined('DOKU_INC')) die();
// Include functions that provide sidebar functionality
@require_once(dirname(__FILE__).'/tplfn_sidebar.php');
include(DOKU_TPLINC.'tpl_functions.php');
include(DOKU_TPLINC.'tpl_actions.php');
// Include translations of the template strings
@require_once(dirname(__FILE__).'/lang/'.tpl_translation($conf['lang']).'/settings.php');
?>
[]