Calendar: show St. Tib's Day as holiday

git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@1095 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
astro 2008-02-29 00:23:09 +00:00
parent 8b8707ab40
commit ae1d8330f4
1 changed files with 4 additions and 0 deletions

View File

@ -68,6 +68,10 @@
<xsl:variable name="season" select="floor(($yday - 1) div 73) + 1"/>
<xsl:choose>
<xsl:when test="date:month-in-year($date) = 2 and
date:day-in-month($date) = 29">
<xsl:text>St. Tib's Day</xsl:text>
</xsl:when>
<!-- APOSTLE HOLIDAYS -->
<xsl:when test="$mday = 5">
<xsl:choose>