styles.tpl.php 535 B

1234567891011121314151617181920
  1. <?php
  2. /**
  3. * @file
  4. * Template file for theme_styles.
  5. */
  6. /**
  7. * Available variables:
  8. * $field_type => A string with the field type being styled.
  9. * $style_name => A string with the style name.
  10. * $container => The style container with all the style information.
  11. * $style => The style preset being used, with all its information.
  12. * $output => The themed output from the style.
  13. * $id => The unique ID.
  14. */
  15. ?>
  16. <?php print $prefix; ?>
  17. <?php print $output; ?>
  18. <?php print $suffix; ?>