Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
$output .= "<div id=\"content\">"
if($i == 0) {
$output .= "<div id=\"content\">"
. "<h1>"._('No hay eventos para este día.')."</h1>\n"
. "</div>";
} else {
$output .= "</tbody>\n"
."</table></div>\n";
if($admin) $output .= "</form>\n";
}
return $output;
}
$i = 0;
$output = '';
while($row = $db->sql_fetchrow($result)) {