fixing lang switcher
This commit is contained in:
parent
ae70819efd
commit
55a7e43507
|
@ -10,7 +10,7 @@
|
|||
Back to top
|
||||
</a>
|
||||
<?php foreach($otherlang as $l=>$name) { ?>
|
||||
<a class="back-to-top" href="<?php echo "/".$l."/".$uri; ?>">
|
||||
<a class="back-to-top" href="<?php echo $uri."-".$l; ?>">
|
||||
<?php echo $name; ?>
|
||||
</a>
|
||||
<?php } ?>
|
||||
|
|
Loading…
Reference in New Issue