mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 03:23:40 +00:00
s/BeerMonster/Mahjongg/ (weird)
This commit is contained in:
parent
b7eab50b1f
commit
b23f2d635f
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ function mahjongg_uninstall() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function mahjongg_app_menu($a,&$b) {
|
function mahjongg_app_menu($a,&$b) {
|
||||||
$b['app_menu'][] = '<div class="app-title"><a href="mahjongg">Beer Monster</a></div>';
|
$b['app_menu'][] = '<div class="app-title"><a href="mahjongg">Mahjongg</a></div>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -39,4 +39,4 @@ A timer at the top of the screen keeps track of how you are doing.</b><br>
|
||||||
EOT;
|
EOT;
|
||||||
|
|
||||||
return $o;
|
return $o;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue