User Tools

Site Tools


applicaties:php:dokuwiki:notities

Om de Creative Commons licentie link onderaan alle pagina's weg te halen moet je de template wijzigen.

Open ./lib/tpl/default/footer.html. Verwijder de regels waarin verwezen wordt naar de creative commons, dit zijn de volgende:

 <?php
    $lic = license_img('button');
    if($lic){
  ?>
      <a <?php echo $tgt?> href="<?php echo $license[$conf['license']]['url']?>"
 rel="license" title="<?php echo $license[$conf['license']]['name']?>"><img src=
"<?php echo DOKU_BASE.$lic ?>" width="80" height="15" alt="" /></a>
  <?php } ?>

Open ./inc/lang/en/lang.php en vervang:

$lang['license']   = 'Except where otherwise noted, content on this wiki is lice
nsed under the following license:';

Door:

$lang['license']   = '';

Open ./conf/dokuwiki.php en verander:

$conf['license']     = 'cc-by-nc-sa';     //see conf/license.php

In:

$conf['license']     = '';     //see conf/license.php
applicaties/php/dokuwiki/notities.txt · Last modified: 2009/11/28 13:47 by bas

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki