FIX Легенда для незалогиненных пользователей

This commit is contained in:
Krivchikov Dmitry 2015-09-13 08:57:07 +03:00
parent 1ae53539de
commit 70f77cbec9
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ if (App::$user) {
</div>
<?= $user ? '' : self::renderPartial('modals/login.php', null, true) ?>
<?= $user ? self::renderPartial('modals/addPoint.php', array('categories' => $categories), true) : '' ?>
<?= $user ? self::renderPartial('modals/categories.php', array('categories' => $categories), true) : '' ?>
<?= self::renderPartial('modals/categories.php', array('categories' => $categories), true) ?>
<?= self::renderPartial('modals/image.php', array(), true) ?>
<map name="vkbutton">
<area onclick="hideBigLogo();" shape="rect" coords="0,0,40,40" style="cursor: pointer" title="Спрятать надолго"/>