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