17 lines
255 B
Plaintext
17 lines
255 B
Plaintext
|
{#
|
||
|
/**
|
||
|
* @file
|
||
|
* Default theme implementation for a views mini-pager.
|
||
|
*
|
||
|
* Available variables:
|
||
|
* - items: List of pager items.
|
||
|
*
|
||
|
* @see template_preprocess_views_mini_pager()
|
||
|
*
|
||
|
* @ingroup themeable
|
||
|
*/
|
||
|
#}
|
||
|
{% if items %}
|
||
|
{{ items }}
|
||
|
{% endif %}
|