View file main/components/main_menu_small/10_lottery.php
<?php
if (config('PRIVATE_LOTTERY') == 1) {
?>
<a class='panel-left-menu hover' href='/m/lottery/'><?=m_icons('money', 12, '#FF87EA')?> <span><?=lg('Лотереи')?></span></a>
<?
}