</title>
		<div id='tribe-events-calendar-header' class="clearfix">
			<span class='tribe-events-month-nav'>
				<span class='tribe-events-prev-month'>
					<a href='<?php 
echo tribe_get_previous_month_link();
?>
'>
					&#x2190; <?php 
echo tribe_get_previous_month_text();
?>
					</a>
				</span>

				<?php 
tribe_month_year_dropdowns("tribe-events-");
?>
	
				<span class='tribe-events-next-month'>
					<a href='<?php 
echo tribe_get_next_month_link();
?>
'>				
					<?php 
echo tribe_get_next_month_text();
?>
 &#x2192; 
					</a>
               <img src="<?php 
echo esc_url(admin_url('images/wpspin_light.gif'));
?>
Beispiel #2
0
 /**
  * @deprecated
  */
 function sp_month_year_dropdowns($prefix = '')
 {
     _deprecated_function(__FUNCTION__, '2.0', 'tribe_month_year_dropdowns()');
     return tribe_month_year_dropdowns($prefix);
 }