fix backend_template for nginx

This commit is contained in:
Anton Reutov 2021-08-12 20:03:19 +03:00 committed by GitHub
commit 0403b0c4a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -137,6 +137,14 @@ sort-star="<?if($_SESSION['favourites']['PACKAGE'][$key] == 1) echo '1'; else ec
<b><?=$data[$key]['PROXY_TEMPLATE']?></b>
</div>
</div>
<? } ?>
<? if (!empty($_SESSION['WEB_BACKEND'])) { ?>
<div class="l-unit__stat-cols clearfix">
<div class="l-unit__stat-col l-unit__stat-col--left"><?=__('Backend Template')?>:</div>
<div class="l-unit__stat-col l-unit__stat-col--right">
<b><?=$data[$key]['BACKEND_TEMPLATE']?></b>
</div>
</div>
<? } ?>
</td>
<td>