Searched refs:body_template (Results 1 – 2 of 2) sorted by relevance
/plugin/authucenter/lib/uc_client/control/ |
H A D | feed.php | 33 $body_template = $this->_parsetemplate($this->input('body_template')); 45 $hash_template = md5($title_template.$body_template); 46 $hash_data = md5($title_template.$title_data.$body_template.$body_data); 49 …title_template='$title_template', title_data='$title_data', body_template='$body_template', body_d…
|
/plugin/authucenter/lib/uc_client/ |
H A D | client.php | 309 function uc_feed_add($icon, $uid, $username, $title_template='', $title_data='', $body_template='',… argument 317 'body_template'=>$body_template,
|