FIX
This commit is contained in:
parent
d6e0eb39f1
commit
f455b55dc2
|
|
@ -1,3 +1,6 @@
|
||||||
|
<?php
|
||||||
|
$index = 0;
|
||||||
|
?>
|
||||||
<div id="pageSmoothBackground" style="background-image: url(<?= $point->getImg('middle') ?>);"></div>
|
<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="container" style="background-color: rgba(255,255,255, 0.8);margin-top: -10px;padding-bottom: 30px;">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
@ -50,7 +53,7 @@
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
if (count($text) > 3) {
|
if (count($text) > 4) {
|
||||||
for ($index = $index; $index < count($text); $index++) {
|
for ($index = $index; $index < count($text); $index++) {
|
||||||
print $text[$index] . ' ';
|
print $text[$index] . ' ';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue