Welcome Guest, Not a member yet? Register   Sign In
help needed about logic.
#2

[eluser]Tominator[/eluser]
Hi man!

I am using CI 1.7.2:

Find:
Code:
function __construct()
{
  parent::Controller();
}

Replace:
Code:
function Content()
{
  parent::Controller();

  $this->parser->parse('theme/'.$theme.'/cont', $data);

}

Now, FIND (in index() and subcat()) and DELETE:
Code:
$this->parser->parse('theme/'.$theme.'/cont', $data);


Messages In This Thread
help needed about logic. - by El Forum - 04-25-2010, 05:19 AM
help needed about logic. - by El Forum - 04-25-2010, 05:26 AM
help needed about logic. - by El Forum - 04-25-2010, 05:55 AM
help needed about logic. - by El Forum - 04-25-2010, 05:58 AM
help needed about logic. - by El Forum - 04-25-2010, 06:10 AM
help needed about logic. - by El Forum - 04-25-2010, 06:17 AM
help needed about logic. - by El Forum - 04-25-2010, 06:24 AM
help needed about logic. - by El Forum - 04-25-2010, 06:36 AM
help needed about logic. - by El Forum - 04-25-2010, 06:49 AM
help needed about logic. - by El Forum - 04-25-2010, 06:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB