Example #1
0
            <h4><?php 
echo sprintf($CI->lang->line('TOTAL_USERS'), Dashboard_helper::get_uisc_user_count_all($CI->config->item('GENDER_MALE')));
?>
</h4>
        </div>
    </div>

    <div class="system_content col-sm-2 text-center" >
        <div class="shadow curved-2">
            <img src="<?php 
echo base_url();
?>
images/dashboard/network_service.png" width="40">
            <br/>
            <h4><?php 
echo sprintf($CI->lang->line('TOTAL_SERVICES'), Dashboard_helper::get_total_services_all());
?>
</h4>
        </div>
    </div>

    <div class="system_content col-sm-2 text-center" >
        <div class="shadow curved-2">
            <img src="<?php 
echo base_url();
?>
images/dashboard/report_check.png" width="40">
            <br/>
            <h4><?php 
echo sprintf($CI->lang->line('TOTAL_INVOICES'), Dashboard_helper::get_total_invoices_all());
?>
Example #2
0
            <h4><?php 
echo sprintf($CI->lang->line('TOTAL_USERS'), Dashboard_helper::get_uisc_user_count_all($CI->config->item('GENDER_MALE')));
?>
</h4>
        </div>
    </div>

    <div class="system_content col-sm-2 text-center" >
        <div class="shadow curved-2">
            <img src="<?php 
echo base_url();
?>
images/dashboard/network_service.png" width="40">
            <br/>
            <h4><?php 
echo Dashboard_helper::get_total_services_all() . " " . $CI->lang->line('TOTAL_SERVICES');
?>
</h4>
        </div>
    </div>

    <div class="system_content col-sm-2 text-center" >
        <div class="shadow curved-2">
            <img src="<?php 
echo base_url();
?>
images/dashboard/report_check.png" width="40">
            <br/>
            <h4><?php 
echo sprintf($CI->lang->line('TOTAL_INVOICES'), Dashboard_helper::get_total_invoices_all());
?>