?>

	<?php 
if (bnc_is_cats_button_enabled()) {
    ?>
			    
    	<a id="catsopen" class="top" href="#" onclick="bnc_jquery_cats_open(); return false;"><?php 
    _e('Categories', 'wptouch');
    ?>
</a>
	<?php 
}
?>

	<?php 
if (bnc_is_tags_button_enabled()) {
    ?>
	
    	<a id="tagsopen" class="top" href="#" onclick="bnc_jquery_tags_open(); return false;"><?php 
    _e('Tags', 'wptouch');
    ?>
</a>
	<?php 
}
?>

 <!-- #start the Prowl Message Area -->
 <div id="prowl-message" style="display:none">
 	 <div id="prowl-style-bar"></div><!-- filler to get the styling just right -->
	 <img src="<?php 
echo compat_get_plugin_url('wptouch');
Example #2
0
?>
            
				<?php 
wptouch_core_header_pages();
?>
				<?php 
wptouch_core_header_rss();
?>
				<?php 
wptouch_core_header_email();
?>
           
			</ul>
        </div>
	</div>

<div id="drop-fade" <?php 
if (bnc_is_login_button_enabled() || bnc_is_tags_button_enabled() || bnc_is_cats_button_enabled()) {
    echo 'class="sub-on"';
}
?>
>
	<!-- Detect if we're Apple-based and if not, don't do the fancy select thing -->
	<?php 
wptouch_core_subheader();
?>
</div>
 		
<!-- #start the wptouch plugin use check -->
<?php 
wptouch_core_header_check_use();