X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fplpage.header.tpl;h=f1c50ae7972f6dd6a1c6d3e743ba594ed76af341;hb=830f5ae5a86825dee7272bbf0ceb9524d4d34056;hp=a007e2b498229a69b16fb9150b1a7a1e9d57ca92;hpb=31ac496f284cd21164e05d1472ad1ceca9fe1095;p=platal.git diff --git a/templates/plpage.header.tpl b/templates/plpage.header.tpl index a007e2b..f1c50ae 100644 --- a/templates/plpage.header.tpl +++ b/templates/plpage.header.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2009 Polytechnique.org *} +{* Copyright (C) 2003-2011 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -42,7 +42,7 @@ {if t($pl_js)} {foreach from=$pl_js item=js} - + {/foreach} {/if} {if t($pl_rss)} @@ -51,6 +51,8 @@ {if t($pl_extra_header)} {$pl_extra_header|smarty:nodefaults} {/if} -{if t($pl_title)}{$pl_title}{/if} +{if t($pl_title)} +{$pl_title} +{/if} {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}