diff options
author | Garrett Brown <themagnificentmrb@gmail.com> | 2016-12-05 21:58:52 -0800 |
---|---|---|
committer | Garrett Brown <themagnificentmrb@gmail.com> | 2016-12-05 21:58:52 -0800 |
commit | bafa714765047b424f68ab3983441cbfc6d3493f (patch) | |
tree | dc0f6e386904a01d04c822e4c5424c1bfd185789 /addons/skin.estuary/xml/Includes_Home.xml | |
parent | 36670d946823f7d1ebe8d057ea1bf9ac00f95bc1 (diff) |
[estuary] Add missing visible condition
Diffstat (limited to 'addons/skin.estuary/xml/Includes_Home.xml')
-rw-r--r-- | addons/skin.estuary/xml/Includes_Home.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/Includes_Home.xml b/addons/skin.estuary/xml/Includes_Home.xml index 0306b94918..3fc3a2eae3 100644 --- a/addons/skin.estuary/xml/Includes_Home.xml +++ b/addons/skin.estuary/xml/Includes_Home.xml @@ -236,6 +236,7 @@ <include content="CategoryLabel"> <param name="label">$PARAM[widget_header]</param> <param name="list_id" value="$PARAM[list_id]"/> + <param name="visible" value="$PARAM[visible]"/> </include> <control type="panel" id="$PARAM[list_id]"> <left>0</left> |