first import
This commit is contained in:
20
sites/all/modules/styles/themes/styles.tpl.php
Normal file
20
sites/all/modules/styles/themes/styles.tpl.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?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.
|
||||
*/
|
||||
?>
|
||||
<?php print $prefix; ?>
|
||||
<?php print $output; ?>
|
||||
<?php print $suffix; ?>
|
Reference in New Issue
Block a user