xref: /plugin/dw2pdf/conf/default.php (revision ee19bac3a9e18c4e82bade46c04f87d8eefafb3c)
1<?php
2
3//check if we are running within the DokuWiki environment
4if (!defined("DOKU_INC")){
5    die();
6}
7
8$conf['output']         = 'file';
9
10$conf['norender']         = 'span,acronym';
11
12$conf['footer_odd']     = '@WIKI@ - @WIKIURL@||';
13$conf['footer_even']    = '@WIKIURL@||Printed on @DATE@';
14$conf['header_odd']     = '@DATE@|@PAGE@/@PAGES@|@TITLE@';
15$conf['header_even']    = 'Last update: @UPDATE@|@ID@|@PAGEURL@';
16
17$conf["maxbookmarks"]           = 5;
18
19$conf["addcitation"]            = true;
20$conf["loadusercss"]            = false; //TRUE: dw2pdf/user/user.css will be loaded
21
22