<?php
function copyright2($copyright) {
return preg_replace("#</div>(n|r)*</body>#i", "<div style='font-size:small;'>© <a title='Бесплатный WAP-движок для вашего сайта' href="http://dcms.su">DCMS</a><br />n</div>n</div>n</body>", $copyright);
}