![]() |
Not showing header and footer via $template - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Not showing header and footer via $template (/showthread.php?tid=58492) |
Not showing header and footer via $template - El Forum - 06-16-2013 [eluser]jzmwebdevelopement[/eluser] Is there anything that I can append to the function below so that it will just show the View: admin_product_details. The only reason that I am using $this->template is that I need to append Code: append_metadata($this->load->view('fragments/wysiwyg', array(), TRUE)) Code: public function ajax_product_get_details($product_id = NULL) |