Patrick Posted January 11, 2019 Share Hello, I am trying to create a modal boostrap inside the admin but every time I have the header and the footer. Do you know how to make without the header and the footer. Thank you Quote Link to post
ClicShopping Posted January 11, 2019 Share Hello @Patrick You have some example inside the administration, look this file : The most important is to use this syntax : Without nothing ClicShopping\Apps\Marketing\SEO\Sites\Shop\Pages\GoogleSitemap\Actions\GoogleSitemapSpecials.php protected $use_site_template = false; For modal ClicShopping\Apps\Catalog\Suppliers\Sites\ClicShoppingAdmin\Pages\Home\Action\SuppliersPopUp.php $this->page->setUseSiteTemplate(false); //don't display Header / Footer 1 3 Quote Link to post
Patrick Posted January 11, 2019 Author Share Ok, thank you, I will look and if I have a problem, I will tell you. Quote Link to post
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.