/**
  * @deprecated
  */
 function sp_events_title()
 {
     _deprecated_function(__FUNCTION__, '2.0', 'tribe_events_title()');
     return tribe_events_title();
 }
    if (isset($attribs["credits"]) && strlen($attribs["credits"]) > 1) {
        echo '<div class="caption">' . $attribs["credits"] . '</div>';
    }
    ?>
		   </div>
		</div>  	
	    <?php 
}
?>

      <div class="skin">
        <?php 
if (!(isset($image_url) && strlen($image_url) > 4)) {
    ?>
	    <h1 class="post-title"><span><?php 
    tribe_events_title();
    ?>
</span></h1>
	<?php 
}
?>

       <?php 
echo tribe_get_current_template();
?>
 </div>
    </div>

    <div class="content-aside">
      <div class="skin">
Exemple #3
0
if ( ! defined( 'ABSPATH' ) ) {
	die( '-1' );
} ?>

<div id="tribe-events-content" class="tribe-events-month">

	<!-- Notices -->
	<?php //tribe_events_the_notices() ?>

	<!-- Month Header -->
	<?php do_action( 'tribe_events_before_header' ) ?>
	<div id="tribe-events-header" <?php tribe_events_the_header_attributes() ?>>

		<!-- Month Title -->
		<?php do_action( 'tribe_events_before_the_title' ) ?>
		<h2 class="tribe-events-page-title"><?php tribe_events_title() ?></h2>
		<?php do_action( 'tribe_events_after_the_title' ) ?>

		<!-- Header Navigation -->
		<?php tribe_get_template_part( 'month/nav' ); ?>

	</div>
	<!-- #tribe-events-header -->
	<?php do_action( 'tribe_events_after_header' ) ?>

	<!-- Month Grid -->
	<?php tribe_get_template_part( 'month/loop', 'grid' ) ?>

	<!-- Month Footer -->
	<?php do_action( 'tribe_events_before_footer' ) ?>
	<div id="tribe-events-footer">