Skip to content

fuel/app/views/components/countdown.php

```php linenums="1"

'Circle', 'current' => 0, 'id' => $countdown_id, 'text' => ''); if (isset($max_width)) $bar['max_width'] = $max_width; echo View::forge('components/progress-bar', $bar); ?>

```