if (!empty($day['holidays']) || !empty($day['birthdays']) || !empty($day['events']))
echo '
<a href="#day" onclick="return sp_collapseCalendar(\'', $day['day'], '\');"><sp_strong>', $day['is_today'] ? '[' : '', $day['day'], $day['is_today'] ? ']' : '', '</sp_strong></a>';
else
echo '
<a href="#day" onclick="return sp_collapseCalendar(\'0\');">', $day['is_today'] ? '<strong>[' : '', $day['day'], $day['is_today'] ? ']</strong>' : '', '</a>';
/* **************************************/
/* News specific styles */
/* **************************************/
a.sp-inactive
{
background-color: #CCC;
background-size: 2em auto;
border-radius: 50%;
text-decoration: none;
cursor: pointer;
border: 0;
opacity: 1;
height: 10px;
width: 10px;
display: inline-block;
position: absolute;
top: 65%;
}
a.sp-active
{
background-color: #557EA0;
background-size: 2em auto;
border-radius: 50%;
text-decoration: none;
cursor: pointer;
border: 0;
opacity: 1;
height: 10px;
width: 10px;
display: inline-block;
position: absolute;
top: 65%;
}