self::$counter, 'today' => null, ], $atts ); self::prepareScriptsAndStyles(); ob_start(); include AMELIA_PATH . '/view/frontend/events.inc.php'; $html = ob_get_contents(); ob_end_clean(); return $html; } }