Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
keevitaja committed Dec 2, 2012
1 parent 8773774 commit 6d51ec4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion application/views/example.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@

<p><?php echo lang($content); ?></p>
<p><?php echo lanchor($uri, lang('mci_click')); ?>
<p><?php echo anchor(lchange('et')); ?></p>
<p>
<?php echo anchor(lchange('et'), 'Eesti Keeles'); ?>
<br>
<?php echo anchor(lchange('en'), 'In English'); ?>
</p>

<footer>
<?php echo lang('mci_footer'); ?>
Expand Down

0 comments on commit 6d51ec4

Please sign in to comment.