Index: inc/core/class.dc.rs.extensions.php
===================================================================
--- inc/core/class.dc.rs.extensions.php	(révision 1848)
+++ inc/core/class.dc.rs.extensions.php	(copie de travail)
@@ -385,6 +385,11 @@
 	*/
 	public static function getContent(&$rs,$absolute_urls=false)
 	{
+		global $core;
+		
+		# --BEHAVIOR-- rsExtPostGetContent
+		$core->callBehavior('rsExtPostGetContent',$rs,$absolute_urls);
+		
 		if ($absolute_urls) {
 			return html::absoluteURLs($rs->post_content_xhtml,$rs->getURL());
 		} else {
@@ -402,6 +407,11 @@
 	*/
 	public static function getExcerpt(&$rs,$absolute_urls=false)
 	{
+		global $core;
+		
+		# --BEHAVIOR-- rsExtPostGetExcerpt
+		$core->callBehavior('rsExtPostGetExcerpt',$rs,$absolute_urls);
+		
 		if ($absolute_urls) {
 			return html::absoluteURLs($rs->post_excerpt_xhtml,$rs->getURL());
 		} else {
