View file users/account/cabinet/components/menu_big/11_themes.php

File size: 335B
<?php
  
if (config('PRIVATE_FORUM') == 1) {
  
  $count = db::get_column("SELECT COUNT(*) FROM `FORUM_THEM` WHERE `USER_ID` = ?", [user('ID')]);
  
  ?>
  <a class='menu-container_item' href='/m/forum/users/?id=<?=user('ID')?>'><?=b_icons('comments', $count, 30, '#FF87EA', '#92509A')?><span><?=lg('Темы')?></span></a>  
  <?
  
}