Ejemplo n.º 1
0
" 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 -->
					<?php 
        if (class_exists('theme_custom_pm') && !theme_custom_pm::is_page() && theme_custom_pm::get_unread_count(theme_cache::get_current_user_id()) > 0) {
            ?>
						<a href="<?php 
            echo theme_custom_pm::get_tabs('pm')['url'];
            ?>
" class="tool tool-pm" title="<?php 
            echo ___('You have new P.M.');
            ?>
">
							<i class="fa fa-<?php 
            echo theme_custom_pm::get_tabs('pm')['icon'];
            ?>
 fa-fw fa-spin"></i>
						</a>
					<?php 
        }