thats actually pretty cool, but it's not what im going for. Im going to have a core product that must be installed for my addons, and in that product is where i apply the style sheet for its (and all my other products) settings. That way i can use jquery and stylesheets and theyre all loaded from the core product, so in a new products settings i can just call the classes and what not.
its hard to explain not having released it yet, but i hope you get it =/
--------------- Added [DATE]1462489633[/DATE] at [TIME]1462489633[/TIME] ---------------
i tried this @admin_options_print just to test
Code:
$alreadyLoaded = array('one' => false, 'two' => false);
if (!$alreadyLoaded['one']) {
echo 'ECHO';
$alreadyLoaded['one'] = true;
}
and it still echo's twice... now I have lost all faith in humanity lol.
whats going on =/
this is my settings page