where does the #mainwrapper <div> tag in tpl_main_page.php close? I see where it opens and I want to add a little button at the bottom of the #mainwrapper div as a link.. thanks!
where does the #mainwrapper <div> tag in tpl_main_page.php close? I see where it opens and I want to add a little button at the bottom of the #mainwrapper div as a link.. thanks!
The #mainWrapper div is generally the first one after the body element, so its </div> should then be the last one before the </body>. Different templates may add other divs, so your case may be different.