Wiki source code of Extensions

Version 27.1 by Ludovic Dubost on 2020/11/16 12:54

Hide last authors
Vincent Massol 26.2 1 {{velocity}}
2 ## Redirect the user on the extension page he was at previously.
Vincent Massol 26.4 3 #set ($exoExtensionHome = $request.exoExtensionHome)
Vincent Massol 26.5 4 #if ("$!exoExtensionHome" == '')
Vincent Massol 26.4 5 #set ($exoExtensionHome = $request.getSession().getAttribute("exoExtensionHome"))
6 #if ("$!exoExtensionHome" == '')
7 #set ($exoExtensionHome = 'ExtensionCode.RecommendedExtensions.WebHome')
8 #end
Vincent Massol 26.2 9 #end
Ludovic Dubost 27.1 10 $request.getSession().getAttribute("exoExtensionHome")
Vincent Massol 26.4 11 {{display reference="$exoExtensionHome"/}}
Vincent Massol 26.2 12 {{/velocity}}

Get Connected