Update default-layout.hamlet
adding pl flag/option to layout
This commit is contained in:
parent
37c4745a58
commit
d564d3599f
1 changed files with 6 additions and 4 deletions
|
@ -5,12 +5,14 @@
|
|||
<li>
|
||||
<a href=@{HomeR}>_{MsgHome}
|
||||
<li .lang>
|
||||
<a onclick="document.cookie = '_LANG=en'; location.reload()">
|
||||
<img .flag src=@{StaticR images_en_svg}>
|
||||
<a onclick="document.cookie = '_LANG=de'; location.reload()">
|
||||
<img .flag src=@{StaticR images_de_svg}>
|
||||
<a onclick="document.cookie = '_LANG=cz'; location.reload()">
|
||||
<img .flag src=@{StaticR images_cz_svg}>
|
||||
<a onclick="document.cookie = '_LANG=de'; location.reload()">
|
||||
<img .flag src=@{StaticR images_de_svg}>
|
||||
<a onclick="document.cookie = '_LANG=en'; location.reload()">
|
||||
<img .flag src=@{StaticR images_en_svg}>
|
||||
<a onclick="document.cookie = '_LANG=pl'; location.reload()">
|
||||
<img .flag src=@{StaticR images_pl_svg}>
|
||||
|
||||
<div id="main" role="main">
|
||||
$maybe msg <- mmsg
|
||||
|
|
Loading…
Reference in a new issue