From 42eb63610dc7e2b52c4d451068ccb5f9d33cfb14 Mon Sep 17 00:00:00 2001 From: str4d Date: Tue, 11 Dec 2012 06:00:18 +0000 Subject: [PATCH] Moved contact page to about section --- i2p2www/pages/global/nav.html | 2 +- i2p2www/pages/site/{support => about}/contact.html | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename i2p2www/pages/site/{support => about}/contact.html (100%) diff --git a/i2p2www/pages/global/nav.html b/i2p2www/pages/global/nav.html index 4ab13686..44552447 100644 --- a/i2p2www/pages/global/nav.html +++ b/i2p2www/pages/global/nav.html @@ -85,7 +85,6 @@
  • {{ _('Web browser configuration') }}
  • {{ _('Glossary') }}
  • {{ _('Performance') }}
  • -
  • {{ _('Contact us') }}
  • {{ _('Forums') }}
  • Trac
  • @@ -117,6 +116,7 @@
  • {{ _('Language') }} diff --git a/i2p2www/pages/site/support/contact.html b/i2p2www/pages/site/about/contact.html similarity index 100% rename from i2p2www/pages/site/support/contact.html rename to i2p2www/pages/site/about/contact.html