\n"; $host_pattern = '/{contact}/i'; $host_content = $GLOBALS["main_contact"]["name"]; $textcontent['content'] = preg_replace($host_pattern, $host_content, $textcontent['content']); echo $textcontent["content"] . "\n"; echo "\n"; } } function textcontent_edit() { require('edit_textcontent.inc.php'); }