FIX page 404

This commit is contained in:
Krivchikov Dmitry 2016-01-29 14:30:28 +03:00
parent 7884c84c27
commit def7ffbc24
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<div class="container" style="background-color: rgba(255,255,255, 0.8);margin-top: -10px;padding-bottom: 30px; min-height: 100%;"> <div class="container" style="background-color: rgba(255,255,255, 0.8);margin-top: -10px;padding-bottom: 30px; min-height: 100%;">
<noindex> <noindex>
<div style="text-align: center;"> <div style="text-align: center;">
<img src="/img/404.png" style="margin: 50px 0;"/> <img src="/img/404.png" style="margin: 50px 0;width: 100%;max-width: 800px;"/>
</div> </div>
</noindex> </noindex>
<?= self::renderPartial('randomPoint.php', array('randomPoint'=>$randomPoint), true)?> <?= self::renderPartial('randomPoint.php', array('randomPoint'=>$randomPoint), true)?>