コード例 #1
0
/**
 * Month View Grid Loop
 * This file sets up the structure for the month grid loop
 *
 * Override this template in your own theme by creating a file at [your-theme]/tribe-events/month/loop-grid.php
 *
 * @package TribeEventsCalendar
 *
 */
if (!defined('ABSPATH')) {
    die('-1');
}
?>

<?php 
$days_of_week = tribe_events_get_days_of_week();
$week = 0;
global $wp_locale;
?>

<?php 
do_action('tribe_events_before_the_grid');
?>
	<table class="tribe-events-calendar">
		<thead>
		<tr>
			<?php 
foreach ($days_of_week as $day) {
    ?>

				<th id="tribe-events-<?php 
コード例 #2
0
ファイル: grid.php プロジェクト: simple-beck/project-gc
/**
 * Mini Calendar Widget Grid Template
 * This file loads the mini calendar widget grid
 *
 * Override this template in your own theme by creating a file at [your-theme]/tribe-events/widgets/mini-calendar/grid.php
 *
 * @package TribeEventsCalendar
 *
 */
if (!defined('ABSPATH')) {
    die('-1');
}
?>

<?php 
$days_of_week = tribe_events_get_days_of_week('min');
$week = 0;
?>
<div class="tribe-mini-calendar-grid-wrapper">
	<table class="tribe-mini-calendar" <?php 
tribe_events_the_mini_calendar_header_attributes();
?>
>
		<?php 
do_action('tribe_events_mini_cal_before_header');
?>
		<thead class="tribe-mini-calendar-nav">
		<tr>
			<td colspan="7">
				<div>
					<?php 
コード例 #3
0
ファイル: grid.php プロジェクト: TMBR/johnjohn
/**
 * Mini Calendar Widget Grid Template
 * This file loads the mini calendar widget grid
 *
 * Override this template in your own theme by creating a file at [your-theme]/tribe-events/widgets/mini-calendar/grid.php
 *
 * @package TribeEventsCalendar
 *
 */
if (!defined('ABSPATH')) {
    die('-1');
}
?>

<?php 
$days_of_week = tribe_events_get_days_of_week('short');
$week = 0;
?>
<div class="tribe-mini-calendar-grid-wrapper">
	<table class="tribe-mini-calendar" <?php 
tribe_events_the_mini_calendar_header_attributes();
?>
>
		<?php 
do_action('tribe_events_mini_cal_before_header');
?>
		<thead class="tribe-mini-calendar-nav">
		<tr>
			<td colspan="7">
				<div>
					<?php