Skip to content

Instantly share code, notes, and snippets.

@bastianallgeier
Created May 30, 2012 09:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bastianallgeier/2835185 to your computer and use it in GitHub Desktop.
Save bastianallgeier/2835185 to your computer and use it in GitHub Desktop.
<ul>
<?php foreach(c::get('lang.available') as $lang): ?>
<li<?php if($lang == c::get('lang.current')) echo ' class="active"' ?>><a href="<?php echo url($site->uri(), $lang) ?>"><?php echo $lang ?></a></li>
<?php endforeach ?>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment