Welcome Guest, Not a member yet? Register   Sign In
Message: Undefined variable: css
#11

[eluser]jzmwebdevelopement[/eluser]
[quote author="CroNiX" date="1328651625"]Um, in your view (header.php), you are trying to echo $text, which you are not passing to the view. Change it to $css, which you ARE passing Smile[/quote]

My git is my new install and I tried a new value Smile

Code:
class Header extends CI_Controller {


public function index()
{
  $data = array();
  $data['text'] = "TEXT";
  $this->load->vars($data); // Lets all views see $data
  $this->load->view('admin/assets/header.php' , $data);
}
}

Code:
<!DOCTYPE html>
&lt;!--[if lt IE 7]> &lt;html lang="en-us" class="no-js lt-ie9 lt-ie8 lt-ie7"&gt; <![endif]--&gt;
&lt;!--[if IE 7]>    &lt;html lang="en-us" class="no-js lt-ie9 lt-ie8"&gt; <![endif]--&gt;
&lt;!--[if IE 8]>    &lt;html lang="en-us" class="no-js lt-ie9"&gt; <![endif]--&gt;
&lt;!--[if gt IE 8]>&lt;!--&gt; &lt;html lang="en-us" class="no-js"&gt; &lt;!--<![endif]--&gt;
&lt;head&gt;
  &lt;meta charset="utf-8"&gt;
  &lt;meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"&gt;
  &lt;title&gt;&lt;/title>
  &lt;meta name="viewport" content="width=device-width"&gt;
  &lt;?php echo $text; ?&gt;
&lt;/head&gt;
&lt;body&gt;


Messages In This Thread
Message: Undefined variable: css - by El Forum - 02-06-2012, 10:21 PM
Message: Undefined variable: css - by El Forum - 02-06-2012, 11:15 PM
Message: Undefined variable: css - by El Forum - 02-06-2012, 11:18 PM
Message: Undefined variable: css - by El Forum - 02-06-2012, 11:26 PM
Message: Undefined variable: css - by El Forum - 02-06-2012, 11:31 PM
Message: Undefined variable: css - by El Forum - 02-06-2012, 11:34 PM
Message: Undefined variable: css - by El Forum - 02-07-2012, 01:47 PM
Message: Undefined variable: css - by El Forum - 02-07-2012, 01:50 PM
Message: Undefined variable: css - by El Forum - 02-07-2012, 02:46 PM
Message: Undefined variable: css - by El Forum - 02-07-2012, 02:53 PM
Message: Undefined variable: css - by El Forum - 02-07-2012, 02:57 PM
Message: Undefined variable: css - by El Forum - 02-07-2012, 03:00 PM
Message: Undefined variable: css - by El Forum - 02-07-2012, 03:04 PM
Message: Undefined variable: css - by El Forum - 02-07-2012, 03:10 PM
Message: Undefined variable: css - by El Forum - 02-07-2012, 03:13 PM
Message: Undefined variable: css - by El Forum - 02-07-2012, 03:13 PM
Message: Undefined variable: css - by El Forum - 02-07-2012, 03:15 PM
Message: Undefined variable: css - by El Forum - 02-07-2012, 03:17 PM
Message: Undefined variable: css - by El Forum - 02-07-2012, 03:25 PM
Message: Undefined variable: css - by El Forum - 02-07-2012, 03:27 PM
Message: Undefined variable: css - by El Forum - 02-07-2012, 03:28 PM
Message: Undefined variable: css - by El Forum - 02-07-2012, 03:31 PM
Message: Undefined variable: css - by El Forum - 02-07-2012, 03:36 PM
Message: Undefined variable: css - by El Forum - 02-07-2012, 03:42 PM
Message: Undefined variable: css - by El Forum - 02-07-2012, 03:44 PM
Message: Undefined variable: css - by El Forum - 02-07-2012, 03:49 PM
Message: Undefined variable: css - by El Forum - 02-07-2012, 03:49 PM
Message: Undefined variable: css - by El Forum - 02-07-2012, 03:52 PM
Message: Undefined variable: css - by El Forum - 02-07-2012, 03:55 PM
Message: Undefined variable: css - by El Forum - 02-07-2012, 03:59 PM



Theme © iAndrew 2016 - Forum software by © MyBB