FIX - вернул Легенду
This commit is contained in:
parent
1f437e193d
commit
1ae53539de
|
|
@ -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="Спрятать надолго"/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue