]> git.pld-linux.org Git - packages/dokuwiki.git/blob - pld-branding.patch
still old deprecated wrappers, some plugins still have addInitEvent() calls
[packages/dokuwiki.git] / pld-branding.patch
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 @@
4  
5  
6  /* Basic Settings */
7 -$conf['title']       = 'DokuWiki';        //what to show in the title
8 +$conf['title']       = 'PLD Linux DokuWiki'; //what to show in the title
9  $conf['start']       = 'start';           //name of start page
10  $conf['lang']        = 'en';              //your language
11  $conf['template']    = 'dokuwiki';         //see lib/tpl directory
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
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.035358 seconds and 3 git commands to generate.