Example #1
0
}
?>
	



<?php 
wp_head();
?>


</head>
<body>
	<!-><div id="search">
		<?php 
echo gold_shpcrt_search_form();
?>
		<br />
		<?php 
echo nzshpcrt_shopping_basket();
?>
	</div> <!-- end search -->
	
	<div id="header">
		<!-- skip to content and navigation links - these are hidden with screen reader friendly css for accessibility -->
		<div id="skip">
			<p><a href="#content" title="skip to main content">skip to main content</a></p>
			<p><a href="#navigation" title="skip to navigation">skip to main menu</a></p>
		</div><!-- end skip -->
	
		<div id="headerimg">
Example #2
0
function nzshpcrt_display_categories_groups()
{
    global $wpdb;
    if (get_option('permalink_structure') != '') {
        $seperator = "?";
    } else {
        $seperator = "&amp;";
    }
    if (function_exists('gold_shpcrt_search_form') && get_option('show_search') == 1) {
        echo gold_shpcrt_search_form();
    }
    //include("show_cats_brands.php");
    if (get_option('cat_brand_loc') == 0) {
        show_cats_brands();
    }
}