Commit 108ae140 authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

modif lien retour accueil

parent 8b6b30eb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ declare function max.html:render(
                    'projectId' : $projectId,
                    'prettyName' : max.config:getProjectPrettyName($projectId),
                    'baseURI' : max.config:getBaseURI(),
                    'home' : if(max.config:getBaseURI() = '/') then "/" || $projectId else max.config:getBaseURI() ||'/'|| $projectId,
                    'home' :  max.config:getBaseURI() || $projectId || '/',
                    'menu' : $menu,
                    'navigationSelect' : $navigationSelect,
                    'textOptions' : $textOptions,