Subversion Repositories eFlore/Applications.cel

Rev

Rev 2848 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2848 Rev 3151
Line 47... Line 47...
47
		}
47
		}
48
		return $nom_original;
48
		return $nom_original;
49
	}
49
	}
Line 50... Line 50...
50
 
50
 
51
	private function formaterAttribution($infos_images) {
51
	private function formaterAttribution($infos_images) {
52
		$attr = $this->formaterAuteur($infos_images).' [CC BY-SA], via Tela Botanica';
52
		$attr = $this->formaterAuteur($infos_images).' [CC BY-SA 2.0 FR], via Tela Botanica';
53
		return $attr;
53
		return $attr;
Line 54... Line 54...
54
	}
54
	}
55
 
55