From: x2000habouzit Date: Thu, 9 Feb 2006 16:18:09 +0000 (+0000) Subject: fix bug with search, when no results. misplaced {/if} X-Git-Tag: xorg/0.9.10~121 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=5dffc38aeef28b64f2f040e29cf4a00505b93e17;p=platal.git fix bug with search, when no results. misplaced {/if} git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@230 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/templates/login.tpl b/templates/login.tpl index d1cbd11..a8e1b50 100644 --- a/templates/login.tpl +++ b/templates/login.tpl @@ -20,7 +20,6 @@ {* *} {**************************************************************************} - {if $ask_naissance} {include file='include/form_naissance.tpl'} diff --git a/templates/search.tpl b/templates/search.tpl index 048ba8a..71b478c 100644 --- a/templates/search.tpl +++ b/templates/search.tpl @@ -45,7 +45,6 @@ ] {/foreach} - {/if}
{capture name=list} @@ -71,6 +70,7 @@ {/foreach}

{/if} + {/if} {min_auth level='cookie'}
diff --git a/templates/skin/common.header.tpl b/templates/skin/common.header.tpl index ef3c0e6..bbc2981 100644 --- a/templates/skin/common.header.tpl +++ b/templates/skin/common.header.tpl @@ -20,6 +20,8 @@ {* *} {**************************************************************************} + +