@ -948,3 +948,7 @@ function base64url_decode($s) {
returnbase64_decode(strtr($s,'-_','+/'));
}
functioncc_license(){
return'<div class="cc-license">'.t('Shared content is covered by the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0</a> license.').'</div>';
@ -114,7 +114,7 @@ function display_content(&$a) {
}
$o.='<div class="cc-license">'.t('Shared content is covered by the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0</a> license.').'</div>';
@ -297,9 +297,8 @@ function network_content(&$a, $update = 0) {
$o.=conversation($a,$r,$mode,$update);
if(!$update){
$o.=paginate($a);
$o.='<div class="cc-license">'.t('Shared content is covered by the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0</a> license.').'</div>';
@ -236,9 +236,8 @@ function profile_content(&$a, $update = 0) {
$o.=conversation($a,$r,'profile',$update);
if(!$update){
$o.=paginate($a);
$o.='<div class="cc-license">'.t('Shared content is covered by the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0</a> license.').'</div>';