Jump to content

CSS Absolute Location Coming Out As Relative


maxudaskin

Recommended Posts

I have this snippit of code to get the CSS from the public folder (rather than the framework folder), but Chrome is making it all too complicated.

 

<link rel="stylesheet" type="text/css" href="{$base}assets/css/style.css" title="style" />

 

The template system changes {$base} to http://localhost/fuel/public/ but the source comes out as <link rel="stylesheet" type="text/css" href="C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\fuel\fuel\app\rain/tpl/http://localhost/fuel/public/assets/css/style.css" title="style" />

 

Does anyone have any ideas why this may happen?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.