]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/BookMarklet.php
Add style to exception page
[friendica.git] / src / Module / BookMarklet.php
index de1de41735c1263279a786e6d29adbd0e4a25804..51feb25d7b96df4205b3a2b544222b31cb264a6d 100644 (file)
@@ -14,13 +14,10 @@ use Friendica\Util\Strings;
  */
 class BookMarklet extends BaseModule
 {
-       public static function init()
+       public static function content()
        {
                $_GET['mode'] = 'minimal';
-       }
 
-       public static function content()
-       {
                $app = self::getApp();
                $config = $app->getConfig();