]> git.mxchange.org Git - friendica-addons.git/blobdiff - fortunate/fortunate.php
[fortunate] Mark addon as unsupported
[friendica-addons.git] / fortunate / fortunate.php
index 8c15caa6d9a6df18732d8fb9aa6796f4a22f6159..ebece48981546f3a17dfae8a6aa7d11e8a22607e 100644 (file)
@@ -4,6 +4,7 @@
  * Description: Add a random fortune cookie at the bottom of every pages. [Requires manual confguration.]
  * Version: 1.0
  * Author: Mike Macgirvin <http://macgirvin.com/profile/mike>
+ * Status: Unsupported
  */
 use Friendica\Core\Addon;
 use Friendica\Util\Network;
@@ -28,7 +29,7 @@ function fortunate_uninstall()
 
 function fortunate_fetch(&$a, &$b)
 {
-       $a->page['htmlhead'] .= '<link rel="stylesheet" type="text/css" href="' 
+       $a->page['htmlhead'] .= '<link rel="stylesheet" type="text/css" href="'
                . $a->get_baseurl() . '/addon/fortunate/fortunate.css' . '" media="all" />' . "\r\n";
 
        if (FORTUNATE_SERVER != 'hostname.com') {