Skip to content

Instantly share code, notes, and snippets.

@danielbouman
Created August 25, 2014 12:11
Show Gist options
  • Save danielbouman/b4559c727c75e0d5f785 to your computer and use it in GitHub Desktop.
Save danielbouman/b4559c727c75e0d5f785 to your computer and use it in GitHub Desktop.
Agenda meerdere dagen
<!-- 1 daags event -->
<div class="leftthumb agendadate" >
<span class="day"><?php echo $begin[0]; ?></span>
<span class="month"><?php echo $begin[1]; ?></span>
<span class="year"><?php echo $begin[2]; ?></span>
</div>
<!-- Meerdere dagen event -->
<div class="leftthumb agendadate" >
<span class="day"><?php echo $begin[0]; ?></span>
<span class="day-end"><?php echo $begin[0]; ?></span>
<span class="month"><?php echo $begin[1]; ?></span>
<span class="month-end"><?php echo $begin[0]; ?></span>
<span class="year"><?php echo $begin[2]; ?></span>
<span class="year-end"><?php echo $begin[0]; ?></span>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment