This commit is contained in:
Krivchikov Dmitry 2015-05-21 11:03:43 +03:00
parent d6e0eb39f1
commit f455b55dc2
1 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
<?php
$index = 0;
?>
<div id="pageSmoothBackground" style="background-image: url(<?= $point->getImg('middle') ?>);"></div>
<div class="container" style="background-color: rgba(255,255,255, 0.8);margin-top: -10px;padding-bottom: 30px;">
<div class="row">
@ -50,7 +53,7 @@
<?php endif; ?>
<?php
if (count($text) > 3) {
if (count($text) > 4) {
for ($index = $index; $index < count($text); $index++) {
print $text[$index] . ' ';
}