diff options
author | rpiazzi <rpiazzi@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2012-01-16 11:37:28 +0000 |
---|---|---|
committer | rpiazzi <rpiazzi@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2012-01-16 11:37:28 +0000 |
commit | 76538129af1478cf769347b5c523caf2c5564519 (patch) | |
tree | a4431b1de230c43ac0043b4b83322836041a057b /pdf-as-web/src | |
parent | c37756dc56d0192e4346c49b366dd537299f641c (diff) | |
download | pdf-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
Diffstat (limited to 'pdf-as-web/src')
-rw-r--r-- | pdf-as-web/src/main/webapp/sitemesh/standalone.jsp | 4 |
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;
-
+ */
%>
|