Hello All,
Perhaps, someone can provide the correct syntax
I am trying to modify the /includes/templates/MY_TEMP/sideboxes/tpl_search_header.php
to have HEADER_SEARCH_BUTTON
pick up the CSS id navMain ui li
to match the other links in my header
HOME | LOGIN | CONTACT US | CHECKOUT .. etc
Current line:
$content .= zen_draw_input_field('keyword', '', 'size="6" maxlength="30" style="width: 100px" value="' . HEADER_SEARCH_DEFAULT_TEXT . '" onfocus="if (this.value == \'' . HEADER_SEARCH_DEFAULT_TEXT . '\') this.value = \'\';" onblur="if (this.value == \'\') this.value = \'' . HEADER_SEARCH_DEFAULT_TEXT . '\';"') . ' <input type="submit" value="' . HEADER_SEARCH_BUTTON . '" style="width: 45px" />';
Thanks in advance



Reply With Quote
)

