PHP Classes

File: CMF/Web/application/views/en/admin/news_letter_dashboard.php

Recommend this page to a friend!
  Classes of Burge Lab   BurgeATS   CMF/Web/application/views/en/admin/news_letter_dashboard.php   Download  
File: CMF/Web/application/views/en/admin/news_letter_dashboard.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: BurgeATS
CRM, Ticketing system, and employee manangement
Author: By
Last change: Update of CMF/Web/application/views/en/admin/news_letter_dashboard.php
Date: 1 year ago
Size: 136 bytes
 

Contents

Class file image Download
<ul class="dash-ul" style="padding:10px">
    <?php
       
foreach($nls as $name => $count)
            echo
"<li>".$name.": ".$count."</li>";
   
?>
</ul>