@@ -16,7 +16,7 @@ |
||
| 16 | 16 | <?php $this->start('body') ?> |
| 17 | 17 | <h1><?= __('Antivirus scan'); ?></h1> |
| 18 | 18 | <hr /> |
| 19 | -<p><?= __('FFCMS 3 provide a simple signature-based antivirus software') . '. ' . __('Remember! This is just an advisory algorithm!') ?></p> |
|
| 19 | +<p><?= __('FFCMS 3 provide a simple signature-based antivirus software').'. '.__('Remember! This is just an advisory algorithm!') ?></p> |
|
| 20 | 20 | |
| 21 | 21 | <div class="row mb-2"> |
| 22 | 22 | <div class="col-md-8"> |
@@ -92,6 +92,6 @@ |
||
| 92 | 92 | </div> |
| 93 | 93 | <?php if (!$aliasExist && !$callbackExist): ?> |
| 94 | 94 | <p class="alert alert-warning"><?= __('Custom routes is not yet found') ?></p> |
| 95 | -<?php endif ;?> |
|
| 96 | -<?= Url::a(['main/addroute'], '<i class="fa fa-plus"></i> ' . __('New route'), ['class' => 'btn btn-primary', 'html' => true]) ?> |
|
| 95 | +<?php endif; ?> |
|
| 96 | +<?= Url::a(['main/addroute'], '<i class="fa fa-plus"></i> '.__('New route'), ['class' => 'btn btn-primary', 'html' => true]) ?> |
|
| 97 | 97 | <?php $this->stop() ?> |