You are here

timefield-weekly-minical-box.tpl.php in Timefield 7

Template file for timefield minical box

variables available:

File

theme/timefield-weekly-minical-box.tpl.php
View source
<?php

/**
 * @file
 * Template file for timefield minical box
 *
 * variables available:
 */
?>
<div class="<?php

print $classes;
?>">
  <?php

if ($label) {
  ?>
    <div class="timefield-minical-label">
        <strong><?php

  print $label;
  ?></strong>
    </div>
  <?php

}
?>
  <div class="timefield-minical-times">
    <?php

print $time;
?>
  </div>
</div>