Revision e5e66f93
Added by Assos Assos over 8 years ago
drupal7/sites/all/modules/panelizer/templates/panelizer-view-mode.tpl.php | ||
---|---|---|
1 | 1 |
<?php |
2 |
// @todo document this! |
|
2 |
/** |
|
3 |
* Default template for rendering a Panelizer-managed view mode. |
|
4 |
* |
|
5 |
* Available variables: |
|
6 |
* - $classes_array - An array of classes determined in |
|
7 |
* template_preprocess_views_view(). |
|
8 |
* - $title - The label/title for this entity. |
|
9 |
* - $title_element - HTML tag used by the title, defaults to 'h2'. |
|
10 |
* - $content - Rendered entity output for this view mode. |
|
11 |
* - $entity_url - The full URL for this entity. |
|
12 |
* |
|
13 |
* @see preprocess_panelizer_view_mode() |
|
14 |
*/ |
|
3 | 15 |
?> |
4 | 16 |
|
5 | 17 |
<div class="<?php print $classes; ?>"<?php print $attributes; ?>> |
... | ... | |
15 | 27 |
<?php endif; ?> |
16 | 28 |
<?php print render($title_suffix); ?> |
17 | 29 |
<?php print $content; ?> |
18 |
</div> |
|
30 |
</div> |
Also available in: Unified diff
Weekly update of contrib modules