comparison core/modules/language/templates/language-content-settings-table.html.twig @ 0:4c8ae668cc8c

Initial import (non-working)
author Chris Cannam
date Wed, 29 Nov 2017 16:09:58 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4c8ae668cc8c
1 {#
2 /**
3 * @file
4 * Default theme implementation to display a language content settings table.
5 *
6 * Available variables:
7 * - title: The title of the table.
8 * - build: Table of content language settings.
9 *
10 * @see template_preprocess_language_content_settings_table()
11 *
12 * @ingroup themeable
13 */
14 #}
15 <h4>{{ title }}</h4>
16 {{ build }}