Is there a way that I can include Admin Tools Secret URL Parameter to a link to a component in the backend?
We're using this component that has Edit link in the frontend but the edit points to the item in the backend. Problem with that is it doesn't work with Admin Tools.
I have tried:
http://www.domain.com/administrator/index.php?admintoolsecret?options=....
but it doesn't work. Can this be done?
Thanks!