1
Hi,
I am hoping someone knows simple answer to this question.
In one of the XOOPS modules I have installed, there is a button called "continue". When you click on it, it takes you to the site's homepage.
I want to change the URL associated with the button, so when you click on it, it takes you to a different page.
(sounds simple enough, but)...
It uses smarty templates and I can't seem to follow through where the URL is assigned.
In the XOOPS admin under Misc. Tools -> templates, there the template for the page, it does contain the {$bt_continue}, but no where is any URL mentioned.
Any ideas where I can look to find it?
(FYI - the module is XosC, and the continue button is what you click on after a successful checkout. The template is the checkout_success.html)
This is the call:
$xoopsTpl->assign("bt_continue",tep_image_submit('button_continue.gif', IMAGE_BUTTON_CONTINUE));
This is the template line that seems to receive the call:
<{$bt_continue}><{$seperator1}> |
Any ideas?
Thanks very much.