diff --git a/namethingy/namethingy.php b/namethingy/namethingy.php deleted file mode 100644 index 8e5b3cea..00000000 --- a/namethingy/namethingy.php +++ /dev/null @@ -1,42 +0,0 @@ - - * Status: Unsupported - */ - -use Friendica\App; -use Friendica\Core\Hook; -use Friendica\DI; - -function namethingy_install() -{ - Hook::register('app_menu', 'addon/namethingy/namethingy.php', 'namethingy_app_menu'); -} - -function namethingy_app_menu(App $a, array &$b) -{ - $b['app_menu'][] = '
NameThingy
'; -} - - -/** - * This is a statement rather than an actual function definition. The simple - * existence of this method is checked to figure out if the addon offers a - * module. - */ -function namethingy_module() {} - -function namethingy_content(App $a) -{ - $baseurl = DI::baseUrl()->get() . '/addon/namethingy'; - - $o .= <<< EOT -