Example #1
0
								<li><a href="<?php 
        echo wp_logout_url(get_current_url());
        ?>
"><i class="fa fa-sign-out fa-fw"></i> <?php 
        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