Adding Links to sidepanel
How do I add external links to the sidepanel? Do I have to download a Vanilla add-on to do this?
For instance, how would I insert a link to Lussumo.com into my sidepanel?
0
Comments
the actual article in the documentation is here
and if you want to reposition the list you have to add the parameter to the AddList call:
$Panel->AddList($ListName, 100 /* or whatever fits best */);
<a href='' target='_blank'></a>