Move some templates in the core.
[platal.git] / templates / wiki.tpl
index f4be507..8a76fa3 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2006 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2008 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
@@ -28,7 +28,7 @@
     </td>
     {if $canedit}
     <td>
-      <a href='{$wikipage}?action=edit'>Éditer la page</a>
+      <a href='{$wikipage}?action=edit'>Éditer la page</a>
     </td>
     {/if}
   {if $has_perms}
       {html_options options=$perms_opts selected=$perms[1]}
       </select>
     </td>
-    <td colspan='2' style='text-align: left'>&lt;-- Droits associés</td>
+    <td colspan='2' style='text-align: left'>&lt;-- Droits associés</td>
   {/if}
   </tr>
 </table>
 {/if}
 
+{if $text}
 {$pmwiki|smarty:nodefaults}
+{else}
+{include file=$pmwiki_cache}
+{/if}
+{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}