Implementation of the logger here.
[platal.git] / templates / skin / register.tpl
index 8988cfd..7378635 100644 (file)
@@ -26,7 +26,7 @@
     {include file=skin/common.bandeau.head.tpl}
   </head>
   <body>
-    {include file=skin/common.devel.tpl}
+    {include core=plpage.devel.tpl}
     {if !$simple}
       {include file=skin/common.bandeau.tpl}
     {/if}
@@ -40,7 +40,7 @@
 
   {if $simple}
     <div id="content">
-      {include file="skin/common.content.tpl"}
+      {include core=plpage.content.tpl}
     </div>
   {else}
     <table id="body" cellpadding="0" cellspacing="0">
@@ -53,7 +53,7 @@
       </tr>
       <tr>
         <td id="content">
-          {include file="skin/common.content.tpl"}
+          {include core=plpage.content.tpl}
         </td>
       </tr>
     </table>