mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-15 19:17:43 -07:00
fix backend_template for nginx
This commit is contained in:
parent
b1ca176d44
commit
0403b0c4a3
1 changed files with 8 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue