X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fskin%2Fcommon.header.tpl;h=568297db668ce21fd9bf79336f47a9517aaa50dd;hb=2b921a8064ea14cd554f03e5f561eb98e79a9246;hp=e15595a25e6dfa5cafd1d08804552559e8a5146f;hpb=0337d704b62718d7c77106c0e4c4e26fb02beacf;p=platal.git diff --git a/templates/skin/common.header.tpl b/templates/skin/common.header.tpl index e15595a..568297d 100644 --- a/templates/skin/common.header.tpl +++ b/templates/skin/common.header.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2004 Polytechnique.org *} +{* Copyright (C) 2003-2008 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -20,35 +20,55 @@ {* *} {**************************************************************************} - - + - - - - - - - + + + + + + + {if hasPerm('user')} + + {/if} + + - + - {foreach from=$xorg_css item=css} - + + {foreach from=$pl_css item=css} + + {/foreach} + {foreach from=$pl_inline_css item=css} + {/foreach} - {foreach from=$xorg_js item=js} - + + + {foreach from=$pl_js item=js} + {/foreach} - - - {if $xorg_rss} - + {javascript name=overlib} + {javascript name=md5} + {javascript name=sha1} + {javascript name=secure_hash} + + {if $pl_rss} + + {/if} + + {if $pl_extra_header} + {$pl_extra_header|smarty:nodefaults} {/if} - {$xorg_title|default:"Anciens eleves Polytechnique, annuaire email, Alumni"} + {$pl_title|default:"Polytechnique.org : le site des élèves et anciens élèves de l'École polytechnique"} -{* vim:set et sw=2 sts=2 sws=2: *} +{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}