Wiki source code of Extensions

Version 26.3 by Vincent Massol on 2016/09/08 19:04

Show last authors
1 {{velocity}}
2 ## Redirect the user on the extension page he was at previously.
3 #set ($reference = $request.getSession().getAttribute("exoExtensionHome"))
4 #if ("$!reference" == '')
5 #set ($reference = 'ExtensionCode.RecommendedExtensions.WebHome')
6 #end
7 {{display reference="$reference"/}}
8 {{/velocity}}

Get Connected