Question

All pages of the website I'm working on will show a signin form.

I'd like to display this form in layout.php so it appears everywhere.

I'm not sure what's the best way to do this.

Should I use a filter?

I don't think using a slot is efficient since content won't change throughout the site.

Was it helpful?

Solution

A filter doesnt actually make much sense - in fact weve jsut gotten rid of a similar filters for things in the head have we not?? :-)

A slot is the reccommended way to pass things up to layout.php. However you could just use a partial and/or component directly in the layout with include_partial or include_component respectively.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top