Welcome Guest, Not a member yet? Register   Sign In
Template question?
#5

[eluser]anna16[/eluser]
I have already loaded it,

Code:
<?php
class Page extends Controller {
  
   function Page()
   {
      parent::Controller();
      
   }
  
   function index()
   {
      $this->load->library('parser');
      $this->template->render();

      
      $this->template->render($region = NULL, $buffer = FALSE, $parse = FALSE);
   }
}

But the same error.
Any advice?


Messages In This Thread
Template question? - by El Forum - 10-08-2010, 08:07 AM
Template question? - by El Forum - 10-08-2010, 08:13 AM
Template question? - by El Forum - 10-08-2010, 08:14 AM
Template question? - by El Forum - 10-08-2010, 08:25 AM
Template question? - by El Forum - 10-08-2010, 08:27 AM
Template question? - by El Forum - 10-08-2010, 08:35 AM
Template question? - by El Forum - 10-08-2010, 10:05 AM
Template question? - by El Forum - 10-08-2010, 12:37 PM



Theme © iAndrew 2016 - Forum software by © MyBB