| 1 |
<?php |
<?php |
| 2 |
// $Id: creativecommons.class.php,v 1.3.4.42 2009/10/13 19:58:10 balleyne Exp $ |
// $Id: creativecommons.class.php,v 1.3.4.43 2009/11/01 11:34:25 balleyne Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 50 |
} |
} |
| 51 |
// don't fetch a blank license |
// don't fetch a blank license |
| 52 |
else { |
else { |
| 53 |
$this->name = t('All Rights Reserved'); |
$this->name = t('All Rights Reserved (None)'); |
| 54 |
$this->type = ''; |
$this->type = ''; |
| 55 |
} |
} |
| 56 |
|
|
| 426 |
} |
} |
| 427 |
else if ($this->type == '') { |
else if ($this->type == '') { |
| 428 |
// None (All Rights Reserved) |
// None (All Rights Reserved) |
| 429 |
$html .= t('All rights reserved on this <span rel="dc:type" href="@dc:type-uri">@dc:type-name</span>, <span property="dc:title">@dc:title</span>, by <a rel="cc:attributionURL" href="@cc:attributionURL" property="cc:attributionName">@cc:attributionName</a>. Certain uses may still be permitted under fair use or a similar doctrine.', $args); |
$html .= variable_get('creativecommons_arr_text', NULL); |
| 430 |
} |
} |
| 431 |
// Rest |
// Rest |
| 432 |
else { |
else { |