php-fpm support

This commit is contained in:
Serghey Rodin 2015-10-28 16:36:29 +02:00
commit cd437282b2
4 changed files with 59 additions and 46 deletions

View file

@ -148,7 +148,7 @@
<?php if (!empty($_SESSION['WEB_BACKEND'])) { echo ""; ?>
<tr>
<td class="vst-text input-label">
<?php print __('Backend Template') . " <span class='optional''> / " . strtoupper($_SESSION['WEB_BACKEND']) . "</span>";?>
<?php print __('Backend Template') . " <span class='optional'>" . strtoupper($_SESSION['WEB_BACKEND']) . "</span>";?>
</td>
</tr>
<tr>