| How to remove copyright footer?
I tried to comment out this line in pp-inc.php, and it did not remove the copyright footer. What should I edit to remove the copyright footer?
$theader = str_replace( "<head>","<head>\n$contentmeta\n$redircode\n<title>{$Globals['galleryname']} - {$titlereplace} - Powered by ReviewPost</title>", $theader );
|