It works like a baby, thanks.
But I would still like to know how to add a button, I am trying to learn as much as I can. You just can't copy code like:
'home' => array(
'title' => $txt['home'],
'href' => 'http://www.yoururl.com',
'show' => true,
'sub_buttons' => array(
),
),
And expect a button to apear right?
There are other places that need to be modified also, is there a place where I can go and learn those steps?