' .
Horde_Themes_Image::tag('block/moon/newmoon.png', array('alt' => _("New Moon"))) .
' ' . strftime($GLOBALS['prefs']->getValue('date_format_mini'), $dates[0]) .
' | ';
$html .= '';
if (isset($this->_params['hemisphere']) &&
($this->_params['hemisphere'] == 'northern')) {
$html .= Horde_Themes_Image::tag('block/moon/lastquarter.png', array('alt' => _("First Quarter")));
} else {
$html .= Horde_Themes_Image::tag('block/moon/firstquarter.png', array('alt' => _("First Quarter")));
}
$html .= ' ' . strftime($GLOBALS['prefs']->getValue('date_format_mini'), $dates[1]) . ' | ';
$html .= '' .
Horde_Themes_Image::tag('block/moon/fullmoon.png', array('alt' => _("Full Moon"))) .
' ' . strftime($GLOBALS['prefs']->getValue('date_format_mini'), $dates[2]) . ' | ';
$html .= '';
if (isset($this->_params['hemisphere']) &&
($this->_params['hemisphere'] == 'northern')) {
$html .= Horde_Themes_Image::tag('block/moon/firstquarter.png', array('alt' => _("Last Quarter")));
} else {
$html .= Horde_Themes_Image::tag('block/moon/lastquarter.png', array('alt' => _("Last Quarter")));
}
$html .= ' ' . strftime($GLOBALS['prefs']->getValue('date_format_mini'), $dates[3]) . ' |