summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-01-30 20:41:18 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-01-30 21:21:33 +0100
commit6337e02d9dd8c7be92ffa168f67ab0de651664d0 (patch)
tree0d1af548ccc6e7f5105900d510cc353a8b3e3e39 /common
parentec065c657e2d2bfdf2ea25eec62cf659cd87d3da (diff)
downloadwww-6337e02d9dd8c7be92ffa168f67ab0de651664d0.tar.gz
www-6337e02d9dd8c7be92ffa168f67ab0de651664d0.tar.bz2
www-6337e02d9dd8c7be92ffa168f67ab0de651664d0.zip
use templates instead of SSI, use relative URLs
Diffstat (limited to 'common')
-rw-r--r--common/footer.inc.j27
-rw-r--r--common/header.j2.inc (renamed from common/header.inc.j2)0
-rw-r--r--common/navigation.j2.inc (renamed from common/navigation.inc.j2)0
3 files changed, 7 insertions, 0 deletions
diff --git a/common/footer.inc.j2 b/common/footer.inc.j2
new file mode 100644
index 00000000..6320e0d6
--- /dev/null
+++ b/common/footer.inc.j2
@@ -0,0 +1,7 @@
+ <div class="footer">
+ <p>&copy; <a href="https://gnunet.org/ev">GNUnet e.V.</a> and Inria 2015, 2016</p>
+ <p>{{ _("This page was created using <a href='https://www.gnu.org/'>Free Software</a> only.") }}</p>
+ </div>
+ <script type="text/javascript">//<![CDATA[
+ activate_menu();
+ //]]></script>
diff --git a/common/header.inc.j2 b/common/header.j2.inc
index b71482d9..b71482d9 100644
--- a/common/header.inc.j2
+++ b/common/header.j2.inc
diff --git a/common/navigation.inc.j2 b/common/navigation.j2.inc
index 90c328a5..90c328a5 100644
--- a/common/navigation.inc.j2
+++ b/common/navigation.j2.inc