Refactoring of the wizard based profile edit with a new structure that
[platal.git] / templates / profile / referent.tpl
index 8194fdf..99c2891 100644 (file)
@@ -24,7 +24,7 @@
 {if $plset_count}
 {include file="core/plset.tpl"}
 {else}
-{include file=../spool/wiki.d/cache_Docs.Emploi.tpl included=1}
+{include wiki=Docs.Emploi}
 {/if}
 
 <p>
@@ -34,7 +34,7 @@ Actuellement, {$mentors_number} mentors et référents se sont déclarés sur {#
 {javascript name=ajax}
 <script type="text/javascript">//<![CDATA[
 
-var baseurl = "{#globals.baseurl#}/referent/";
+var baseurl = platal_baseurl + "referent/";
 {literal}
 var Ajax2 = new AjaxEngine();