Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
12345678 |
- <?php
-
- $this->setTitle('Statistiques Matomo') ;
- $this->addBreadcrumb('Statistiques Matomo') ;
-
- ?>
-
- <iframe id="matomoframe" src="<?= Yii::$app->params['matomoWidgetDashbordUrl']; ?>" frameborder="0" marginheight="0" marginwidth="0" width="100%" height="800px"></iframe>
|