CC license fixes (no remote image, https for href)
This commit is contained in:
parent
40412b6b79
commit
5981b5c8d9
@ -113,9 +113,9 @@ $default =
|
|||||||
'license' =>
|
'license' =>
|
||||||
array('type' => 'cc', # can be 'cc', 'allrightsreserved', 'private'
|
array('type' => 'cc', # can be 'cc', 'allrightsreserved', 'private'
|
||||||
'owner' => null, # can be name of content owner e.g. for enterprise
|
'owner' => null, # can be name of content owner e.g. for enterprise
|
||||||
'url' => 'http://creativecommons.org/licenses/by/3.0/',
|
'url' => 'https://creativecommons.org/licenses/by/3.0/',
|
||||||
'title' => 'Creative Commons Attribution 3.0',
|
'title' => 'Creative Commons Attribution 3.0',
|
||||||
'image' => 'http://i.creativecommons.org/l/by/3.0/80x15.png'),
|
'image' => $_path . '/theme/licenses/cc_by_3.0_80x15.png'),
|
||||||
'mail' =>
|
'mail' =>
|
||||||
array('backend' => 'mail',
|
array('backend' => 'mail',
|
||||||
'params' => null,
|
'params' => null,
|
||||||
|
BIN
theme/licenses/cc_by-sa_3.0_80x15.png
Normal file
BIN
theme/licenses/cc_by-sa_3.0_80x15.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 672 B |
BIN
theme/licenses/cc_by_3.0_80x15.png
Normal file
BIN
theme/licenses/cc_by_3.0_80x15.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 640 B |
Loading…
Reference in New Issue
Block a user