Files
drmaterac.pl/modules/przelewy24/shared-libraries/installer/theme/step1.tpl.php
2025-01-06 20:47:25 +01:00

32 lines
863 B
PHP

<?php
/**
* @author Przelewy24
* @copyright Przelewy24
* @license https://www.gnu.org/licenses/lgpl-3.0.en.html
*
*/
$content = array(); ?>
<div class="p24-step p24-step-1">
<p>
Instalator - sprawdzenie wymagań wtyczki Przelewy24
</p>
<p>
Proin nibh augue, suscipit a, scelerisque sed, lacinia
in, mi. Cras vel lorem. Etiam pellentesque aliquet tellus.
</p>
<div class="">
<?php foreach ($content['requirements'] as $key => $requirement) : ?>
<p>
<?php print $requirement['label']; ?>
-
<?php if ($requirement['test']) : ?>
<span class="">TAK</span>
<?php else : ?>
<span class="">NIE</span>
<?php endif; ?>
</p>
<?php endforeach; ?>
</div>
</div>