FIX - вернул Легенду

This commit is contained in:
Krivchikov Dmitry 2015-09-12 23:27:17 +03:00
parent 1f437e193d
commit 1ae53539de
1 changed files with 1 additions and 0 deletions

View File

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