X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=templates%2Fcore%2Fwiki.tpl;h=8a76fa3f2463ee2222ba81b945029273aa3daf49;hb=b206cca9a18c3c44ba19b5317ec601cadc3cec69;hp=f4be5070c1920df41e595767007c2809379677b4;hpb=8b1f8e12d444062ef63a0db3a8fa94582a9778c3;p=platal.git diff --git a/templates/core/wiki.tpl b/templates/core/wiki.tpl index f4be507..8a76fa3 100644 --- a/templates/core/wiki.tpl +++ b/templates/core/wiki.tpl @@ -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 @@ {if $canedit} - Éditer la page + Éditer la page {/if} {if $has_perms} @@ -50,10 +50,15 @@ {html_options options=$perms_opts selected=$perms[1]} - <-- Droits associés + <-- Droits associés {/if} {/if} +{if $text} {$pmwiki|smarty:nodefaults} +{else} +{include file=$pmwiki_cache} +{/if} +{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}