| 1 |
<?php |
<?php |
| 2 |
// $Id: creativecommons.class.php,v 1.3.4.44 2009/11/04 08:14:54 balleyne Exp $ |
// $Id: creativecommons.class.php,v 1.3.4.45 2009/11/04 08:51:15 balleyne Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 410 |
// All rights reserved |
// All rights reserved |
| 411 |
if ($this->type == '') { |
if ($this->type == '') { |
| 412 |
// None (All Rights Reserved) |
// None (All Rights Reserved) |
| 413 |
$html .= variable_get('creativecommons_arr_text', NULL); |
$html .= check_markup(variable_get('creativecommons_arr_text', NULL)); |
| 414 |
} |
} |
| 415 |
// Site license, no attribution name |
// Site license, no attribution name |
| 416 |
else if ($site && (!$this->metadata['attributionName'] || !creativecommons_metadata_is_available('attributionName'))) { |
else if ($site && (!$this->metadata['attributionName'] || !creativecommons_metadata_is_available('attributionName'))) { |