Fatal error: Call to undefined function mozg_cache() in /var/www/html/index.php on line 37
<b>$CacheNews = mozg_cache('user_'.$user_info['user_id'].'/new_news');</b>
if($CacheNews){
$new_news = "<div class=\"newNews2\" style=\"margin-left:150px;margin-top:1px\">{$CacheNews}</div>";
$news_link = '/notifications';
}