]> git.pld-linux.org Git - packages/dokuwiki.git/blame - pld-branding.patch
- export to pdf also for dw2pdf plugin
[packages/dokuwiki.git] / pld-branding.patch
CommitLineData
dff16d0a
ER
1===================================================================
2--- dokuwiki-0.0.20090214.orig/conf/dokuwiki.php 2009-02-14 19:19:27.000000000 +0100
3+++ dokuwiki-0.0.20090214/conf/dokuwiki.php 2009-02-14 19:22:46.000000000 +0100
4@@ -24,7 +24,7 @@
5 /* Display Options */
6
7 $conf['start'] = 'start'; //name of start page
8-$conf['title'] = 'DokuWiki'; //what to show in the title
9+$conf['title'] = 'PLD Linux DokuWiki'; //what to show in the title
10 $conf['template'] = 'default'; //see lib/tpl directory
11 $conf['license'] = 'publicdomain'; //see conf/license.php
12 $conf['fullpath'] = 0; //show full path of the document or relative to datadir only? 0|1
13===================================================================
14--- dokuwiki-0.0.20090214.orig/lib/tpl/default/footer.html 2009-02-14 19:22:01.000000000 +0100
15+++ dokuwiki-0.0.20090214/lib/tpl/default/footer.html 2009-02-14 19:23:14.000000000 +0100
16@@ -28,6 +28,8 @@
17
18 <a <?php echo $tgt?> href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3" title="Valid CSS"><img src="<?php echo DOKU_TPL; ?>images/button-css.png" width="80" height="15" alt="Valid CSS" /></a>
19
20+ <a <?php echo $tgt?> href="http://www.pld-linux.org/" title="PLD Linux"><img src="<?php echo DOKU_TPL; ?>images/button-pld.png" width="80" height="15" alt="PLD Linux" /></a>
21+
22 <a <?php echo $tgt?> href="http://dokuwiki.org/" title="Driven by DokuWiki"><img src="<?php echo DOKU_TPL; ?>images/button-dw.png" width="80" height="15" alt="Driven by DokuWiki" /></a>
23
24 <?php
This page took 0.039613 seconds and 4 git commands to generate.