activated pathauto for url aliases

This commit is contained in:
Bachir Soussi Chiadmi
2018-03-29 23:57:27 +02:00
parent 33a04c55b1
commit 4921e8189b
279 changed files with 30072 additions and 0 deletions
@@ -0,0 +1,19 @@
{#
/**
* @file
* Default theme implementation for the token tree link.
*
* Available variables:
* - url: The URL to the token tree page.
* - text: The text to be displayed in the link.
* - attributes: Attributes for the anchor tag.
* - link: The complete link.
*
* @see template_preprocess_token_tree_link()
*
* @ingroup themeable
*/
#}
{% if link -%}
{{ link }}
{%- endif %}