Ignore:
Timestamp:
Jun 13, 2011, 8:19:29 PM (13 years ago)
Author:
grum
Message:

fix feature:2333 - add CC0 and PD licenses

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/lmt/lmt_root.class.inc.php

    r10974 r11342  
    2222  protected $css_icn;   //the css object
    2323
    24   static public $licences=array('BY', 'BY-ND', 'BY-NC', 'BY-NC-ND', 'BY-NC-SA', 'BY-SA', 'CRIGHT', 'CLEFT', 'DEFAULT');
     24  static public $licences=array('BY', 'BY-ND', 'BY-NC', 'BY-NC-ND', 'BY-NC-SA', 'BY-SA', 'CRIGHT', 'CLEFT', 'CC0', 'PD', 'DEFAULT');
    2525
    2626  /**
     
    105105      $this->config['lmt_redirect_url-cright'][$key]='';
    106106      $this->config['lmt_redirect_url-cleft'][$key]='';
     107      $this->config['lmt_redirect_url-cc0'][$key]='http://creativecommons.org/about/cc0';
     108      $this->config['lmt_redirect_url-pd'][$key]='http://en.wikipedia.org/wiki/Public_domain';
    107109    }
    108110  }
Note: See TracChangeset for help on using the changeset viewer.