Hi,
I am trying to modify footer programmatically, so
- i created a child theme,
- i copied/pasted framework/views/footer/* into the exact same directory in my child theme
- set correct permissions
the result is that my footer disappears.
When i rename my footer directory to _footer, it reappears.
So it seems the files are taken in account, but how would an exact copy of parent theme would cause that ?
And, finally, how should i customize my footer correctly ?
Thanks a lot!