Use the template for the header.

Cette révision appartient à :
Michael Vogel 2015-11-29 23:33:32 +01:00
Parent 42d903dd68
révision a7ea6ef096
1 fichiers modifiés avec 5 ajouts et 2 suppressions

Voir le fichier

@ -908,9 +908,12 @@ function contact_posts($a, $contact_id) {
$header .= " (".network_to_name($contact['network'], $contact['url']).")";
//{{include file="section_title.tpl"}}
$tpl = get_markup_template("section_title.tpl");
$o = replace_macros($tpl,array(
'$title' => htmlentities($header)
));
$o = "<h2>".htmlentities($header)."</h2>".$tab_str;
$o .= $tab_str;
$o .= conversation($a,$r,'community',false);