Does anyone know how I can link from this
Code:
Define('CONDITIONS','<li><a href="' . zen_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a></li>');
to a specific section on my conditions page?

I am using this link in my footer and want to place it as a separate link in my footer that simply goes to my 'Returns Policy' section on my conditions page.

Any help is greatly appreciated!