예제 #1
0
            <h4><?php 
echo sprintf($CI->lang->line('TOTAL_USERS'), Dashboard_helper::get_uisc_user_count_all($CI->config->item('GENDER_FEMALE')));
?>
</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/user_male.png" width="40">
            <br/>
            <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());
?>