summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/header.inc1
-rw-r--r--common/navigation.inc2
2 files changed, 3 insertions, 0 deletions
diff --git a/common/header.inc b/common/header.inc
index c54bba37..51f441de 100644
--- a/common/header.inc
+++ b/common/header.inc
@@ -8,6 +8,7 @@
<!-- Custom styles for this template -->
<link href="justified-nav.css" rel="stylesheet">
+ <link href="lang.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
diff --git a/common/navigation.inc b/common/navigation.inc
index e12abb06..d538a4d3 100644
--- a/common/navigation.inc
+++ b/common/navigation.inc
@@ -1,3 +1,5 @@
+ <button onclick="document.body.className='en'">english</button>
+ <button onclick="document.body.className='de'">deutsch</button>
<div class="masthead">
<ul class="nav nav-justified">
<li class="active"><a href="/">Home</a></li>