function notation_header_prive($flux){ $flux = notation_insert_head($flux); return $flux; } function notation_insert_head($flux){ $flux .= ''; return $flux; }