Skip to content

Instantly share code, notes, and snippets.

@davidmars
Created October 29, 2014 03:52
Show Gist options
  • Save davidmars/528f916b9bda9d216ddb to your computer and use it in GitHub Desktop.
Save davidmars/528f916b9bda9d216ddb to your computer and use it in GitHub Desktop.
Display a language menu in a POV FMK View
<ul>
<?foreach(theProject()->hosts() as $h):?>
<li class="one-host-item">
<a href="<?=$h->getUrl()?>" <?=$h->attributesForSEO()?> class="<?=$h->cssIsCurrent("current-language")?>">
<?=$h->language->localName?>
</a>
</li>
<?endforeach?>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment