aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrpiazzi <rpiazzi@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2012-01-16 11:37:28 +0000
committerrpiazzi <rpiazzi@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2012-01-16 11:37:28 +0000
commit76538129af1478cf769347b5c523caf2c5564519 (patch)
treea4431b1de230c43ac0043b4b83322836041a057b
parentc37756dc56d0192e4346c49b366dd537299f641c (diff)
downloadpdf-as-3-76538129af1478cf769347b5c523caf2c5564519.tar.gz
pdf-as-3-76538129af1478cf769347b5c523caf2c5564519.tar.bz2
pdf-as-3-76538129af1478cf769347b5c523caf2c5564519.zip
Do not add language link anymore
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@898 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
-rw-r--r--pdf-as-web/src/main/webapp/sitemesh/standalone.jsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/pdf-as-web/src/main/webapp/sitemesh/standalone.jsp b/pdf-as-web/src/main/webapp/sitemesh/standalone.jsp
index 68c32d6..0da7492 100644
--- a/pdf-as-web/src/main/webapp/sitemesh/standalone.jsp
+++ b/pdf-as-web/src/main/webapp/sitemesh/standalone.jsp
@@ -132,7 +132,7 @@
//Insert a hidden language fake link, that is shown when the change of language is disabled
- int positionToInsertLangLink = 0;
+ /*int positionToInsertLangLink = 0;
source = new Source(phpHeader);
list = source.getAllElements("ul");
it = list.iterator();
@@ -156,7 +156,7 @@
String secondPart = phpHeader.substring(positionToInsertLangLink, phpHeader.length());
phpHeader = firstPart+languagelink+secondPart;
-
+ */
%>