Hello Friends,
Some time we need to disable layout of our page. No layout mean no header, no footer, no left bar, no right bar. You want to display the main page content part like if you are using AJAX at that time you need to disable layout for this ajax call page.
You need to add following code in your controller to disable page layout::
$this->_helper->layout->disableLayout();
0 Comment(s)