clarkbullen (September 29th, 2010), screenrage (August 9th, 2010), steeld (October 30th, 2010), yoodac (August 12th, 2010)
<?php if (get_option('cp_price_scheme') == 'category' && get_option('cp_enable_paypal') == 'yes') { cp_dropdown_categories_prices('show_option_none='.__('Select one','cp').'&class=dropdownlist&orderby=name&order=ASC&hide_empty=0&hierarchical=1&exclude_tree='.CP_BLOG_CAT_ID); } else { wp_dropdown_categories('show_option_none='.__('Select one','cp').'&class=dropdownlist&orderby=name&order=ASC&hide_empty=0&hierarchical=1&exclude_tree='.CP_BLOG_CAT_ID); } ?>
<script type="text/javascript"> var dropdown = document.getElementById("cat"); function removeOptions(dropdown) { var i; for(i=dropdown.options.length-1;i>=0;i--) { if(dropdown.options[i].className === 'level-0') dropdown[i].disabled="disabled"; } } </script>
clarkbullen (September 29th, 2010), screenrage (August 9th, 2010), steeld (October 30th, 2010), yoodac (August 12th, 2010)
barry (August 9th, 2010)
There are currently 1 users browsing this thread. (0 members and 1 guests)