User Options
Function - showcopyright (PHP-Fusion 7.00)
| << showbanners | showcounter >> |
showcopyright - Displays the PHP-Fusion copyright
|
|||
Descriptionshowcopyright ( [ string $class ] )
This function will display the PHP-Fusion copyright with it's link to the Official PHP-Fusion Support Site and the AGPL license which is the license PHP-Fusion is distributed under. Parametersclass This is an optional parameter. If the parameter is given it will add a "class" attribute to the link. Return ValuesThis function will return a string containing the copyright of PHP-Fusion. Example#1 Show Copyright
If the variable $licence is not true, the copyright will be shown Output to Example#1<br /><br />
Powered by <a href='http://www.php-fusion.co.uk>PHP-Fusion</a> v7.01.00 copyright © 2002 - 2010 by Nick Jones.<br /> Released as free software without warranties under <a href='http://www.fsf.org/licensing/licenses/agpl-3.0.html'>GNU Affero GPL</a> v3.\n Example#2 Show Copyright with the attribute class in the copyright link
If the variable $licence is not true, the copyright will be shown. The attribute class with the name "my-copyright-class" will be added to the links. Output to Example#2<br /><br />
Powered by <a href='http://www.php-fusion.co.uk class='my-copyright-class'>PHP-Fusion</a> v7.01.00 copyright © 2002 - 2010 by Nick Jones.<br /> Released as free software without warranties under <a href='http://www.fsf.org/licensing/licenses/agpl-3.0.html' class='my-copyright-class'>GNU Affero GPL</a> v3.\n Note
You are not allowed to remove the copyright of PHP-Fusion. Read the PHP-Fusion Licensing Page on the main site and the AGPL Licence for more information. Related Functions
Was this helpful?
|
|||
| Back to all functions... |
Post Comment
Please Login to Post a Comment.


