Integrating lots of member guide content
This commit is contained in:
@@ -567,6 +567,9 @@ function parseIdentityAwareHTML($Text) {
|
||||
$Text = str_replace('[observer.webname]','',$Text);
|
||||
$Text = str_replace('[observer.photo]','', $Text);
|
||||
}
|
||||
|
||||
$Text = str_replace(array('[baseurl]','[sitename]'),array(z_root(),get_config('system','sitename')),$Text);
|
||||
|
||||
return $Text;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user