X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=templates%2Fskin%2Fcommon.header.tpl;h=6e0abebf4287b005df6a2cba75b630dbbe7e3c86;hb=24cfa984cc0d84c3b636891f792e3e50559fb42b;hp=9f516e75eeb8b8008ad76d0766221671add6d8ae;hpb=09824164d53588cb261dc88ca699739d164a991b;p=platal.git diff --git a/templates/skin/common.header.tpl b/templates/skin/common.header.tpl index 9f516e7..6e0abeb 100644 --- a/templates/skin/common.header.tpl +++ b/templates/skin/common.header.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 *} @@ -20,42 +20,58 @@ {* *} {**************************************************************************} - - + - - - - - - - + + + + + + + {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_link item=link} + {/foreach} - - - - - - {if $xorg_rss} - + + {foreach from=$pl_js item=js} + + {/foreach} + {javascript name=overlib} + {javascript name=md5} + {javascript name=sha1} + {javascript name=secure_hash} + + {if $pl_rss} + {/if} - {if $xorg_extra_header} - {$xorg_extra_header|smarty:nodefaults} + {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: *}