# HG changeset patch # User casties # Date 1400493248 -7200 # Node ID e5b444dab055a3fb2e07f28da4abaff846a9f300 # Parent 4742e71606e42edd37ebfcbc4a292c3398800298 add $langroot for absolute urls for switching en<->de diff -r 4742e71606e4 -r e5b444dab055 zpt/www/main_template.zpt --- a/zpt/www/main_template.zpt Wed May 07 15:01:41 2014 +0200 +++ b/zpt/www/main_template.zpt Mon May 19 11:54:08 2014 +0200 @@ -5,7 +5,7 @@ global crumbs template/getBreadcrumbs | nothing; section here/getSection | nothing; sections here/getSections | nothing; - lang here/getLang | nothing; + lang here/getLang | nothing; langroot python:here.getMPIWGRoot().aq_parent.absolute_url(); allsecs python:{'en':{ 'institute':'institute', 'staff':'staff', @@ -60,8 +60,8 @@