function requireToVar($file){
ob_start();
require($file);
return ob_get_clean();
}
$articleText = $thisArticle['text'];
$bannerTop5 = requireToVar('template/banner/article-top5projects.php');
$bannerTopProject = requireToVar('template/banner/article-bestproject.php');
$bannerTopInvest = requireToVar('template/banner/article-investtop.php');
$articleText = str_replace("{{ SECTION_TOP5 }}", $bannerTop5, $articleText);
$articleText = str_replace("{{ SECTION_TOPPROJECT }}", $bannerTopProject, $articleText);
$articleText = str_replace("{{ SECTION_INVEST }}", $bannerTopInvest, $articleText);
?>
1Бычий и Медвежий имбаланс