monkeypaw201 Posted July 11, 2010 Report Posted July 11, 2010 Does anyone one know how to bypass the skin wrapping? I know by default you call a template with $this->render('template.tpl'); Is there another function or param to pass to disable the skin wrapping? Quote
Administrators simpilot Posted July 11, 2010 Administrators Report Posted July 11, 2010 Does anyone one know how to bypass the skin wrapping? I know by default you call a template with $this->render('template.tpl'); Is there another function or param to pass to disable the skin wrapping? There is currently no way to disable the skin without hacking the core. What I have done in the past when I wanted to display a chart or something outside of the skin is to just create the page I want and in the module just use the php function "include('myfile.php')" and never call a show function. This will only show the contents of the myfile.php file. You can still pass data to the file that way as well. Quote
Administrators Nabeel Posted July 12, 2010 Administrators Report Posted July 12, 2010 use action.php instead of index.php, it goes skinless Quote
Administrators simpilot Posted July 12, 2010 Administrators Report Posted July 12, 2010 use action.php instead of index.php, it goes skinless Now I see said the blind man... Quote
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.