Topic: [Ext Help] A manage page for my extension
Where would the best place for a manage page for my extension be?
I have added a "manage" link to the admin > extensions page using:
if ($ext['title'] == "Medals"){
$forum_page['ext_actions']['manage'] = "<span><a href=\"\">Manage</a></span>";
}
But I do not know where I should place the actual page that manages it.
the page will:
Define and delete medal definitions