]> git.pld-linux.org Git - packages/dokuwiki.git/blobdiff - pld-branding.patch
be sure to have recent enough php-seclib
[packages/dokuwiki.git] / pld-branding.patch
index 301475c7e52effb9191c50d003a6844f3f4fc839..340b8d8dc849b39d40e4e7c3585d551289e5f261 100644 (file)
@@ -9,14 +9,14 @@
  $conf['start']       = 'start';           //name of start page
  $conf['lang']        = 'en';              //your language
  $conf['template']    = 'dokuwiki';         //see lib/tpl directory
---- dokuwiki-0.0.20090214.orig/lib/tpl/default/footer.html     2009-02-14 19:22:01.000000000 +0100
-+++ dokuwiki-0.0.20090214/lib/tpl/default/footer.html  2009-02-14 19:23:14.000000000 +0100
-@@ -28,6 +28,8 @@
-   <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>
-+  <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>
-+
-   <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>
- <?php
+--- dokuwiki/lib/tpl/dokuwiki/tpl_footer.php~  2012-09-10 18:15:12.000000000 +0300
++++ dokuwiki/lib/tpl/dokuwiki/tpl_footer.php   2012-09-16 18:27:15.717037872 +0300
+@@ -24,6 +24,8 @@
+             src="<?php echo tpl_basedir(); ?>images/button-xhtml.png" width="80" height="15" alt="Valid XHTML 1.0" /></a>
+         <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3" title="Valid CSS" <?php echo $target?>><img
+             src="<?php echo tpl_basedir(); ?>images/button-css.png" width="80" height="15" alt="Valid CSS" /></a>
++        <a href="http://www.pld-linux.org/" title="PLD Linux" <?php echo $target?>><img
++            src="<?php echo tpl_basedir(); ?>images/button-pld.png" width="80" height="15" alt="PLD Linux" /></a>
+         <a href="http://dokuwiki.org/" title="Driven by DokuWiki" <?php echo $target?>><img
+             src="<?php echo tpl_basedir(); ?>images/button-dw.png" width="80" height="15" alt="Driven by DokuWiki" /></a>
+     </div>
This page took 0.057349 seconds and 4 git commands to generate.