Welcome Guest, Not a member yet? Register   Sign In
when I load a model within a controller the link and script tags in the view get embedded within the body tag
#14

[eluser]jedd[/eluser]
Okay .. well, this source:
Code:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href=<?php echo $main_css_template; ?> rel="stylesheet" rev="stylesheet" />
<title><?php echo $page_title; ?></title>
</head>
<body>

... can not produce this html:

Code:

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>أهلا و سهلا بكم</title></head><body>

<link href="http://localhost/tahli/system/frontend/CSS/template.css" rel="stylesheet" rev="stylesheet">


How sure are you that you're viewing the file that you think you are?

Try changing the title to something hard-coded and reload the page so that you are very sure.


Messages In This Thread
when I load a model within a controller the link and script tags in the view get embedded within the body tag - by El Forum - 10-06-2009, 03:09 PM



Theme © iAndrew 2016 - Forum software by © MyBB