[eluser]jbrozz[/eluser]
this is my source html code (portfolio.php) in views/
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html >
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="css/main.css" />
</head>
<body>
<h1><?=$title?></h1>
</body>
</html>
is a simple HTML page for testing HTML template.
css/main.css is put on /root, where there is index.php.
But doesn't load css styleshet :S