diff options
author | Friendika <info@friendika.com> | 2011-06-16 15:27:12 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-16 15:27:12 -0700 |
commit | b61a7158da4c8a0b41651a082f0ce2f9ad431f14 (patch) | |
tree | 04257f59cd49725522aee9e210ab740970ab48f4 /addon/randplace/randplace.php | |
parent | c92e6ed929ddb12a3020eecf419a30b680fe4240 (diff) | |
parent | a652cd5095fcff6ed9c72063ab19107e970e2b8d (diff) | |
download | volse-hubzilla-b61a7158da4c8a0b41651a082f0ce2f9ad431f14.tar.gz volse-hubzilla-b61a7158da4c8a0b41651a082f0ce2f9ad431f14.tar.bz2 volse-hubzilla-b61a7158da4c8a0b41651a082f0ce2f9ad431f14.zip |
Merge pull request #116 from fabrixxm/admin
Admin pages
Diffstat (limited to 'addon/randplace/randplace.php')
-rw-r--r-- | addon/randplace/randplace.php | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/addon/randplace/randplace.php b/addon/randplace/randplace.php index fa38de377..bae8e7c69 100644 --- a/addon/randplace/randplace.php +++ b/addon/randplace/randplace.php @@ -1,13 +1,12 @@ <?php - -/** - * Sample Friendika plugin/addon - * - * Addon Name: randplace - * - */ - /** + * Name: Random place + * Description: Sample Friendika plugin/addon. Set a random place when posting. + * Version: 1.0 + * Author: Mike Macgirvin <http://macgirvin.com/profile/mike> + * + * + * * * Addons are registered with the system in the * .htconfig.php file. @@ -178,4 +177,4 @@ function randplace_settings(&$a,&$s) { $s .= '<div class="settings-submit-wrapper" ><input type="submit" name="submit" class="settings-submit" value="' . t('Submit') . '" /></div></div>'; -}
\ No newline at end of file +} |