Skip to content

pbLang

Snippet to display language switcher in MODX. Automatically generates a list of links to language versions using contexts.

Parameters

ParameterDefaultDescription
activeClsactiveCSS class for the currently active context
showCurrent0Whether 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}

© PageBlocks 2019-present