コード例 #1
0
ファイル: default.php プロジェクト: ankaau/GathBandhan
        $label_text = $labelTypes[$name];
    }
    ?>
				
				<div id="scdpro_<?php 
    echo $name . $ids_suffix;
    ?>
" class="scdp-unit-<?php 
    echo $layoutConfig['counter_layout_class'];
    ?>
"<?php 
    echo $unit_style;
    ?>
>
				<?php 
    $number = modSmartCountdownHelper::getNumber($name, $values);
    ?>
				
				<?php 
    // use special style (days_number_style) for days unit, otherwise general style (numbers_style)
    $number_style = $name == 'days' ? $layoutConfig['days_number_style'] : $layoutConfig['numbers_style'];
    ?>
				<?php 
    if ($layoutConfig['labels_before_numbers']) {
        ?>
				
					<div class="scdp-label scdp-label-<?php 
        echo $layoutConfig['units_layout_class'];
        ?>
"<?php 
        echo $layoutConfig['labels_style'];