Sorry if this has been explained before but I have done alot of searching/reading and still can't find a solution that is exactly what I need. Most say modify an existing page which is not what I need.

I need to add a link in the information sidebox.
The page being linked to was made in ez-pages.

Now first the easy part, I read that to link to an easy pages page the following would be the link

index.php?main_page=pageid=15 (or whatever the page number)

is this correct and will this do or will it need to be the exact and full URL?


Secondly, how do I add the link.
from what I have found I need to edit/add link to /includes/modules/sideboxes/information.php

The links in this file look like this
if (DEFINE_SITE_MAP_STATUS <= 1) {
$information[] = '<a href="' . zen_href_link(FILENAME_SITE_MAP) . '">' . BOX_INFORMATION_SITE_MAP . '</a>';
}

Now the stuff I read in one post showing how to do it showed different code so I think maybe the code has been updated since that post.
I tried doing things like this(I really don't know PHP but alot of times I can guess at it :) )

$information[] = '<a href="' index.php?main_page=pageid=15 '">' New Link '</a>';

but no matter how I try to rearange it I get invalid T-String errors etc.


Any help greatly apreciated.
Been tearing my hair out for days and its pretty much the last thing I need before going live.


Thanks