You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to add a div to my page, and have that div be a child of the body, i.e. not a div added to a block that then is generations-removed from the body tag.
I see that hook_page_alter has been removed (congrats...it was ugly), so template.php is not the right place.
I also see that page--my-page.tpl.php is no longer possible.
I read that the way to go is to create a new layout (done), assign it to the page path (done), and select the format (done...Boxton). That all done, I can't find anything that tells me in which folder I would find or need to add the layout file that is the path-specific version of layout--boxton.tpl.php, in which I can add the markup.
The text was updated successfully, but these errors were encountered:
I need to add a div to my page, and have that div be a child of the body, i.e. not a div added to a block that then is generations-removed from the body tag.
I see that hook_page_alter has been removed (congrats...it was ugly), so template.php is not the right place.
I also see that page--my-page.tpl.php is no longer possible.
I read that the way to go is to create a new layout (done), assign it to the page path (done), and select the format (done...Boxton). That all done, I can't find anything that tells me in which folder I would find or need to add the layout file that is the path-specific version of layout--boxton.tpl.php, in which I can add the markup.
The text was updated successfully, but these errors were encountered: