From ae4e04da07998024fae600bf403ed58cfbed6515 Mon Sep 17 00:00:00 2001 From: grum Date: Mon, 27 Oct 2008 21:45:02 +0000 Subject: use of a boolean value for the "qsearch" $block->data variable (see topic #98370) git-svn-id: http://piwigo.org/svn/trunk@2813 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/menubar_menu.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template') diff --git a/template/yoga/menubar_menu.tpl b/template/yoga/menubar_menu.tpl index 16c02f618..2600a8979 100644 --- a/template/yoga/menubar_menu.tpl +++ b/template/yoga/menubar_menu.tpl @@ -1,6 +1,6 @@
{'title_menu'|@translate}
- {if isset($block->data.qsearch) and $block->data.qsearch=="yes"} + {if isset($block->data.qsearch) and $block->data.qsearch==true}

is for html validation only - does not affect positioning*}> -- cgit v1.2.3