Thread subject: pHpFusion Nederlands (BE|NL) » Ondersteuning, Themas, Infusies, Modificaties en Installatie :: foutmelding

Posted by douwe_yntema on 04 januari 2019, 18:40
#4

Kun je aangeven welke site het betreft?

De showcopyright is te vinden in www.yoursite.com/inlcludes/theme_functions_include.php


Op regel 203 e.v. dient het volgende te staan:

Code

function showcopyright($class = "", $nobreak = false) {
   $link_class = $class ? " class='$class' " : "";
   $res = "Powered by PHP-Fusion copyright © 2002 - ".date("Y")." by Nick Jones.
Dutch support site: pHpFusion-Nederlands.";
   $res .= ($nobreak ? " " : "
\n");
   $res .= "Released as free software without warranties under GNU Affero GPL v3.\n";
   return $res;
}


Als de copyright is verwijderd zonder dat er betaald is voor een licentie, kunnen we geen support bieden.