pbLang
Snippet to display language switcher in MODX. Automatically generates a list of links to language versions using contexts.
Parameters
| Parameter | Default | Description |
|---|---|---|
activeCls | active | CSS class for the currently active context |
showCurrent | 0 | Whether to include the current context in the output |
tplWrapper | @INLINE <nav class="nav">{$items}</nav> | Wrapper template for the whole list |
tpl | @INLINE <a href="{$url}" class="{$cls}">{$key}</a> | Template for each language link |
php
{'!pbLang'|snippet}