View file main/components/main_menu_small/06_photos.php

File size: 200B
<?php
  
if (config('PRIVATE_PHOTOS') == 1) {
  
  ?>
  <a class='panel-left-menu hover' href='/m/photos/?get=new'><?=m_icons('image', 12, '#4CB3FC')?> <span><?=lg('Фото')?></span></a>  
  <?
  
}