Example #1
0
<link rel="stylesheet" href="<?php 
echo base_url() . 'assets/templates/' . $CI->get_template();
?>
/css/dashboard.css">

<div id="system_content" class="system_content col-sm-12 text-center" style="margin-top: 5px;">

    <div class="system_content col-sm-2 text-center" >
        <div class="shadow curved-2">
            <img src="<?php 
echo base_url();
?>
images/dashboard/office.png" width="40">
            <br/>
            <h4><?php 
echo sprintf($CI->lang->line('TOTAL_DIGITAL_CENTER'), Dashboard_helper::get_center_count_division($user->division));
?>
</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_female.png" width="40">
            <br/>
            <h4><?php 
echo sprintf($CI->lang->line('TOTAL_USERS'), Dashboard_helper::get_uisc_user_count_division($user->division, $CI->config->item('GENDER_FEMALE')));
?>