gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-www] branch master updated: i18n: absolute URLs for


From: gnunet
Subject: [GNUnet-SVN] [taler-www] branch master updated: i18n: absolute URLs for css+img
Date: Thu, 19 Jan 2017 20:29:48 +0100

This is an automated email from the git hooks/post-receive script.

tg pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 1eb2d67  i18n: absolute URLs for css+img
1eb2d67 is described below

commit 1eb2d67d028861583acfd151583fbc4330d51727
Author: tg(x) <address@hidden>
AuthorDate: Thu Jan 19 20:31:29 2017 +0100

    i18n: absolute URLs for css+img
---
 common/footer.inc.j2     |  1 -
 common/header.inc.j2     |  4 ++--
 common/navigation.inc.j2 | 10 +++++-----
 3 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/common/footer.inc.j2 b/common/footer.inc.j2
index 2951c24..6320e0d 100644
--- a/common/footer.inc.j2
+++ b/common/footer.inc.j2
@@ -3,6 +3,5 @@
         <p>{{ _("This page was created using <a 
href='https://www.gnu.org/'>Free Software</a> only.") }}</p>
       </div>
     <script type="text/javascript">//<![CDATA[
-      loadLang();
       activate_menu();
     //]]></script>
diff --git a/common/header.inc.j2 b/common/header.inc.j2
index 2923e70..4115aaf 100644
--- a/common/header.inc.j2
+++ b/common/header.inc.j2
@@ -32,8 +32,8 @@
     <!-- Bootstrap core CSS -->
     <link href="/dist/css/bootstrap.min.css" rel="stylesheet">
     <!-- Custom styles for this template -->
-    <link href="justified-nav.css" rel="stylesheet">
-    <link href="styles.css" rel="stylesheet">
+    <link href="/justified-nav.css" rel="stylesheet">
+    <link href="/styles.css" rel="stylesheet">
 
     <script src="/dist/js/jquery-1.11.1.min.js"></script>
     <script src="/dist/js/bootstrap.min.js"></script>
diff --git a/common/navigation.inc.j2 b/common/navigation.inc.j2
index 4f621b3..7b42146 100644
--- a/common/navigation.inc.j2
+++ b/common/navigation.inc.j2
@@ -22,10 +22,10 @@
       </div>
        <div class="navbar navbar-default navbar-fixed-bottom" 
role="navigation">
          <div class="container lang-slector">
-           <a href="/en/"><img src="images/gb.png" height="15" width="23" 
alt="English"></a>
-           <a href="/de/"><img src="images/de.png" height="15" width="25" 
alt="Deutsch"></a>
-           <a href="/fr/"><img src="images/fr.png" height="15" width="22" 
alt="Français"></a>
-           <a href="/it/"><img src="images/it.png" height="15" width="22" 
alt="Italiano"></a>
-           <a href="/es/"><img src="images/es.png" height="15" width="23" 
alt="Español"></a>
+           <a href="/en/"><img src="/images/gb.png" height="15" width="23" 
alt="English"></a>
+           <a href="/de/"><img src="/images/de.png" height="15" width="25" 
alt="Deutsch"></a>
+           <a href="/fr/"><img src="/images/fr.png" height="15" width="22" 
alt="Français"></a>
+           <a href="/it/"><img src="/images/it.png" height="15" width="22" 
alt="Italiano"></a>
+           <a href="/es/"><img src="/images/es.png" height="15" width="23" 
alt="Español"></a>
          </div>
        </div>

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]