Pathauto and dependencies
This commit is contained in:
parent
4b1a293d57
commit
24ffcb956b
257 changed files with 29510 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 %}
|
Reference in a new issue