Jump to content

ByPass Skin


monkeypaw201

Recommended Posts

  • Administrators

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...