Просмотр файла social/sys/fnc/license.php
<? if (!function_exists('copyright')) { function copyright($fiera) { return preg_replace("#(\n|\r)*</body>#i", "<div style='font-size: xx-small;text-align:center;'>© <a target='_blank' style='font-size:xx-small;' title='Модификация движка Dcms' href='http://sngine.su'>SNGINE.SU</a> </div>\n</body>", $fiera); } ob_start ("copyright"); } ?>