This is a quick and dirty little guide and reference to add your own extra link to the component link list which is normally found on the top right corner of your screen.
First of all this is for developers who wants to add extra links to the components link
As you can see above I added the Tags link all through php and from my script.
All you have to do is to mention the following before your print your page and edit it to suit your needs.
$this->ipsclass->cache['components'][]=array(’com_url_uri’ => ‘{ipb.base_url}automodule=minerva&CODE=showTag’, ‘com_url_title’ => ‘Tags’);
This is very self explainatory.
