fitness-web/frontend/views/transfer/_index_stat.php
2015-11-04 15:39:02 +01:00

11 lines
141 B
PHP

<?php
use common\components\AccountStatisticWidget;
?>
<?php
echo AccountStatisticWidget::widget([
'totals' => $model->totals
]);
?>