Yes, the closing /a is missing
replace this section of the code
With thisCode:$content .= '<a href="' . zen_href_link(FILENAME_ASK_A_QUESTION, 'products_id=' . $_GET['products_id']) . '">' . ASK_A_QUESTION . ' ';
That should take care of the problemCode:$content .= '<a href="' . zen_href_link(FILENAME_ASK_A_QUESTION, 'products_id=' . $_GET['products_id']) . '">' . ASK_A_QUESTION . '</a>';




Reply With Quote


