styles.tpl.php in Styles 7.2
Same filename and directory in other branches
Template file for theme_styles.
2 theme calls to styles.tpl.php
- theme_file_styles_image_preview in contrib/
file_styles/ includes/ themes/ file_styles.theme.inc - Preview image for Styles UI.
- theme_styles_field_formatter in themes/
styles.theme.inc - @file styles.theme.inc Theme and preprocess functions for the Styles project.
File
themes/styles.tpl.phpView source
<?php
/**
* @file
* Template file for theme_styles.
*/
/**
* Available variables:
* $field_type => A string with the field type being styled.
* $style_name => A string with the style name.
* $container => The style container with all the style information.
* $style => The style preset being used, with all its information.
* $output => The themed output from the style.
* $id => The unique ID.
*/
print $prefix;
?>
<?php
print $output;
print $suffix;