This commit is contained in:
Friendika 2011-06-13 22:28:51 -07:00
parent 9b9bd35cba
commit a62d33dd48
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
<?php
/**
* Demo plugin for adding various types of Flash games to Friendika.
* In this case we're using "Hot Shot Sniper" by FlashGames247
*/
function sniper_install() {
register_hook('app_menu', 'addon/sniper/sniper.php', 'sniper_app_menu');
}