Can someone please tell me which one is the accurate code. In the download file...there is an html_output.php file that DrByte included. There is this code around line 29:
PHP Code:
function original_zen_href_link($page = '', $parameters = '', $connection = 'NONSSL', $add_session_id = true, $search_engine_safe = true, $static = false, $use_dir_ws_catalog = true) {
The code in 1.3.0.2 for this same file is:
PHP Code:
function zen_href_link($page = '', $parameters = '', $connection = 'NONSSL', $add_session_id = true, $search_engine_safe = true, $static = false, $use_dir_ws_catalog = true) {
Which one is the correct code.
There is no reference in the original contribution from Dreamscape to change function zen_href_link to function original_zen_href_link.
Help please.
Thanks!
Bookmarks