Projet

Général

Profil

Révision 5587145e

Ajouté par Assos Assos il y a presque 7 ans

Update to 7.56

Voir les différences:

drupal7/modules/field/theme/field.tpl.php
4 4
 * @file field.tpl.php
5 5
 * Default template implementation to display the value of a field.
6 6
 *
7
 * This file is not used and is here as a starting point for customization only.
8
 * @see theme_field()
7
 * This file is not used by Drupal core, which uses theme functions instead for
8
 * performance reasons. The markup is the same, though, so if you want to use
9
 * template files rather than functions to extend field theming, copy this to
10
 * your custom theme. See theme_field() for a discussion of performance.
9 11
 *
10 12
 * Available variables:
11 13
 * - $items: An array of field values. Use render() to output them.
......
45 47
 */
46 48
?>
47 49
<!--
48
THIS FILE IS NOT USED AND IS HERE AS A STARTING POINT FOR CUSTOMIZATION ONLY.
50
This file is not used by Drupal core, which uses theme functions instead.
49 51
See http://api.drupal.org/api/function/theme_field/7 for details.
50 52
After copying this file to your theme's folder and customizing it, remove this
51 53
HTML comment.

Formats disponibles : Unified diff