]> git.pld-linux.org Git - packages/dokuwiki.git/blame - pld-branding.patch
include rev for NEWPAGE links
[packages/dokuwiki.git] / pld-branding.patch
CommitLineData
566f6bd4
ER
1--- dokuwiki-2012-06-23/conf/dokuwiki.php~ 2012-06-23 13:07:26.000000000 +0300
2+++ dokuwiki-2012-06-23/conf/dokuwiki.php 2012-06-23 13:07:43.700694458 +0300
3@@ -13,7 +13,7 @@
dff16d0a 4
566f6bd4
ER
5
6 /* Basic Settings */
dff16d0a
ER
7-$conf['title'] = 'DokuWiki'; //what to show in the title
8+$conf['title'] = 'PLD Linux DokuWiki'; //what to show in the title
566f6bd4
ER
9 $conf['start'] = 'start'; //name of start page
10 $conf['lang'] = 'en'; //your language
11 $conf['template'] = 'dokuwiki'; //see lib/tpl directory
dff16d0a
ER
12--- dokuwiki-0.0.20090214.orig/lib/tpl/default/footer.html 2009-02-14 19:22:01.000000000 +0100
13+++ dokuwiki-0.0.20090214/lib/tpl/default/footer.html 2009-02-14 19:23:14.000000000 +0100
14@@ -28,6 +28,8 @@
15
16 <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>
17
18+ <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>
19+
20 <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>
21
22 <?php
0e84e1c3
ER
23--- dokuwiki/lib/tpl/dokuwiki/tpl_footer.php~ 2012-09-10 18:15:12.000000000 +0300
24+++ dokuwiki/lib/tpl/dokuwiki/tpl_footer.php 2012-09-16 18:27:15.717037872 +0300
25@@ -24,6 +24,8 @@
26 src="<?php echo tpl_basedir(); ?>images/button-xhtml.png" width="80" height="15" alt="Valid XHTML 1.0" /></a>
27 <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3" title="Valid CSS" <?php echo $target?>><img
28 src="<?php echo tpl_basedir(); ?>images/button-css.png" width="80" height="15" alt="Valid CSS" /></a>
29+ <a href="http://www.pld-linux.org/" title="PLD Linux" <?php echo $target?>><img
30+ src="<?php echo tpl_basedir(); ?>images/button-pld.png" width="80" height="15" alt="PLD Linux" /></a>
31 <a href="http://dokuwiki.org/" title="Driven by DokuWiki" <?php echo $target?>><img
32 src="<?php echo tpl_basedir(); ?>images/button-dw.png" width="80" height="15" alt="Driven by DokuWiki" /></a>
33 </div>
This page took 0.063226 seconds and 4 git commands to generate.