function showcopyright($class="") { global $settings; $link_class = $class ? " class='$class' " : ""; $res = "Powered by PHP-Fusion copyright © 2003-2006 by Nick Jones.
\n"; $res .= "Released as free software under the terms of the GNU/GPL license."; return $res; }