Example #1
0
        echo ___('Log-out');
        ?>
</a></li>
							</ul>
						</div>
					</div>
					

					<!-- notification -->
					<?php 
        if (class_exists('theme_notification')) {
            $unread = theme_notification::get_count(['type' => 'unread']);
            if ($unread > 0) {
                ?>
							<a href="<?php 
                echo theme_notification::get_tabs('notifications')['url'];
                ?>
" class="tool tool-notification " title="<?php 
                echo ___('Your have new notification');
                ?>
">
								<i class="fa fa-bell fa-fw fa-spin"></i> 
							</a>
						<?php 
            }
            ?>
					<?php 
        }
        ?>

					<!-- pm -->