My css is callled from /tools
Permalink
Hi Ive placed my theme in root
themes/GudhjemGlas
in here I have my style.css
this is in my header =
<link rel="stylesheet" media="screen" type="text/css" href="<?php echo $this->getStyleSheet('style.css')?>" />
BUT this is on output
<link rel="stylesheet" media="screen" type="text/css" href="/index.php/tools/css/themes/GudhjemGlas/style.css" />
It worked fine, but suddenly it now does this
Ive tried to clear cache inside C5
REGARDS
Flemming
themes/GudhjemGlas
in here I have my style.css
this is in my header =
<link rel="stylesheet" media="screen" type="text/css" href="<?php echo $this->getStyleSheet('style.css')?>" />
BUT this is on output
<link rel="stylesheet" media="screen" type="text/css" href="/index.php/tools/css/themes/GudhjemGlas/style.css" />
It worked fine, but suddenly it now does this
Ive tried to clear cache inside C5
REGARDS
Flemming