$template_include = file_get_contents('template/default/main_header.tpl');
$template_string_replace = str_replace("{title}", "Загловок", $template_include);
print_r($template_include);
<!DOCTYPE html>
<html lang="ru">
<head>
<title> {title} </title>
<link rel="stylesheet" href="template/{theme_name}/css/style.css">
</head>
<body>