Late Night Food Specials:Please note, based on business levels, the kitchen may close early. If you're planning to stop in for a bite later in the evening, you may want to call first - 612 332 3908!
// Initialize footer content display variable if not set
if (!isset($show_footer_content)) {
$show_footer_content = true; // Default to showing footer content
}
// Initialize validator JS requirement variable if not set
if (!isset($require_validator_js)) {
$require_validator_js = false; // Default to not requiring validator JS
}
?>