Ejemplo n.º 1
0
        ?>
">
					<?php 
        _e($freshy_options['first_menu_label'], 'xtec-11');
        ?>
				</a>
			</li>
			-->
			<?php 
    }
    ?>
			
			
			<!-- pages -->
			<?php 
    yy_menu('sort_column=menu_order&depth=1&title_li=', 'none');
    ?>

			
			<!-- languages flags -->
			<?php 
    yy_lang_menu('lang_menu');
    ?>
				
		</ul>
	
	<?php 
} else {
    /* yammyamm is not installed or function yy_menu does not exist, use default menu */
    ?>
		<ul class="invertedshiftdown2">
Ejemplo n.º 2
0
	
	<div id="sidebar">
		<div>
		<?php 
if (!function_exists('dynamic_sidebar') || !dynamic_sidebar()) {
    ?>
		<?php 
    if (function_exists('yy_menu')) {
        ?>
			<h2><?php 
        _e('Navigation', 'xtec-11');
        ?>
</h2>
			<ul>
			<?php 
        yy_menu('sort_column=menu_order&title_li=', 'hide_empty=0&sort_column=name&optioncount=1&title_li=&hierarchical=1&feed=RSS&feed_image=' . get_bloginfo('stylesheet_directory') . '/images/icons/feed-icon-10x10.gif');
        ?>
			</ul>
	
		<?php 
    } elseif (function_exists('freshy_menu')) {
        freshy_menu($freshy_options['args_pages'], $freshy_options['args_cats']);
    }
    ?>
				
			<h2><?php 
    _e('Search', 'xtec-11');
    ?>
</h2>
			<?php 
    include TEMPLATEPATH . '/searchform.php';