Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: Omir on October 24, 2014, 06:56:39 AM

Title: Adding something to every page
Post by: Omir on October 24, 2014, 06:56:39 AM
Sorry it's probably been asked before but I couldn't find from a search.

I'm looking for the easiest way to add a custom div to every page from PHP side rather than inserting to the dom with JS?
Title: Re: Adding something to every page
Post by: JohnDoh on October 24, 2014, 08:27:27 AM
it depends where on the screen you want it. both the classic and larry skins have have an includes folder with header/footer files. you can also do it with a plugin using the render_page hook.
Title: Re: Adding something to every page
Post by: Omir on October 24, 2014, 09:42:01 AM
I want to add it as first child of the body tag ideally