Hello Omega,
I need to toggle the visibility of the breadcrumbs using the GUI, so I just create a small feature that implements that from the Appearance->Settings->Toggle display and I like to share.
I don’t know if I follow the best practices so please review before use.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | omega-added-toggle-breadctumbs-2216201-1.patch | 1.91 KB | tvl |
Comments
Comment #1
tvl commentedComment #2
fubhy commentedHey.
You are setting the default value to TRUE in the form but you don't set any default value when checking in omega_breadcrumb(). You should use omega_theme_get_setting() there as well.
Comment #3
tvl commentedMany thanks for the advice-fix!
Comment #4
damienmckennaComment #5
avpaderno