File: /home/slfopp7cb1df/www/sitepacket.com/system/app/Views/projects/open_timers_topbar_icon.php
<li id="topbar-timer-dropdown" class="nav-item dropdown hidden-xs">
<?php echo ajax_anchor(get_uri("projects/show_my_open_timers/"), "<div class='animated-clock'><div class='animated-clock-sec'></div></div>", array("class" => "nav-link dropdown-toggle", "id" => "project-timer-icon", "data-bs-toggle" => "dropdown", "data-real-target" => "#my-open-timers-container")); ?>
<div class="dropdown-menu dropdown-menu-start aside-xl m0 p0 w300">
<div id="my-open-timers-container">
</div>
</div>
</li>