mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-03 20:40:06 -05:00
4 lines
79 B
PHTML
4 lines
79 B
PHTML
<?php
|
|
foreach ($extensionsHtml as $extensionHtml) {
|
|
echo $extensionHtml;
|
|
}
|