====== Addons are Fun! ====== This page is created by the Example Addon, and is for developer demonstration purposes only. **Note:** There are **no real settings** contained in this or any other of the pages in this section. All of the Example Addon admin pages are for developer demonstration purposes only. ===== Developer Info ===== This page is created by a call to //geoAdmin::addAddonPage()// (see //admin.php// the function //init_pages//). Any pages you add using //geoAdmin::addAddonPage()// will be placed in the automatically created admin category for this addon, in the admin under **Addons > [ADDON TITLE]**. If you specify a "parent" for the admin page, the page will also appear in the admin menu wherever you specify, as long as the parent exists. If the parent doesn't exist, it will be created and that section of the tree will be floating out in the middle of nowhere, not displayed in the main admin menu's hierarchy. For more information, see the "PHP docs" contained in the files for the example addon. To get started, take a look at our [[developers/start]] section in this user manual.