aboutsummaryrefslogtreecommitdiff
path: root/templates/dates/date_xml.php
blob: 6b0099e9c0334ca7c0e929089ccea494579bc715 (plain)
1
2
3
4
5
6
<date><?
echo $date->toString();
if ($date->getResourceId()) :
    echo ', '. _("Ort:") .' ';
    echo htmlReady(implode(', ', getPlainRooms([$date->getResourceId() => '1'])));
endif ?></date>