Пример #1
0
            
					<?php 
wptouch_core_header_pages();
?>
					<?php 
wptouch_core_header_rss();
?>
					<?php 
wptouch_core_header_email();
?>
           
				</ul>
	
				<ul id="head-cats">
	  	 			<?php 
bnc_get_ordered_cat_list();
?>
				</ul>
	
				<ul id="head-tags">
					<li><?php 
wp_tag_cloud('smallest=13&largest=13&unit=px&number=20&order=asc&format=list');
?>
</li>
				</ul>

		<ul id="head-account">
				<?php 
if (!is_user_logged_in()) {
    ?>
				    <li class="text">
Пример #2
0
?>
					<?php 
wptouch_core_header_rss();
?>
					<?php 
wptouch_core_header_email();
?>
           
				</ul>
	
	    	    <?php 
if (bnc_is_cats_button_enabled()) {
    ?>
					<ul id="head-cats">
		  	 			<?php 
    bnc_get_ordered_cat_list(35);
    ?>
					</ul>
				<?php 
}
?>
	
	    	    <?php 
if (bnc_is_tags_button_enabled()) {
    ?>
					<ul id="head-tags">
						<li><?php 
    wptouch_ordered_tag_list(35);
    ?>
</li>
					</ul>