View file social/sys/fnc/license.php

File size: 379B
<?
if (!function_exists('copyright')) 
{
	function copyright($fiera)
	{
		return preg_replace("#(\n|\r)*</body>#i", "<div style='font-size: xx-small;text-align:center;'>&copy; <a  target='_blank' style='font-size:xx-small;' title='Модификация движка Dcms' href='http://sngine.su'>SNGINE.SU</a> </div>\n</body>", $fiera);
	}
	ob_start ("copyright");
}
?>