'; $html .= '
'; if ($icon) { $html .= ' '; $html .= '
'; $html .= ' ' . Theme::getSvgIcon("icons/duotone/Layout/Layout-polygon.svg", "svg-icon-' . $state . ' position-absolute opacity-10", "w-80px h-80px"); $html .= ' ' . Theme::getSvgIcon($icon, 'svg-icon-3x svg-icon-' . $state . ' position-absolute'); $html .= '
'; $html .= ' '; } $html .= ' '; $html .= '
'; $html .= $text; $html .= '
'; $html .= ' '; $html .= '
'; $html .= ''; echo $html; } public static function putHtmlAttributes($attributes) { return self::getHtmlAttributes($attributes); } }