Stylesheet not loading/path wrong
Permalink<link rel="stylesheet" media="screen" type="text/css" href="<?php echo $this->getStyleSheet('main.css')?>" />
Which has worked consistently in the past.
Now it seems to be adding folders to the path that don't exist so it's not finding the stylesheet. When I look at the rendered code it says:
<link rel="stylesheet" media="screen" type="text/css" href="/index.php/tools/css/themes/adjusted yogurt/main.css" />
Did a recent update change where things are/should be stored? All my themes are in the basic themes folder at the installation level as they always have been. Any idea what I should be doing to fix this and going forward?
Here's the site I'm looking at:http://www.altaprojects.net/bob-jones-trail/...

<link rel="stylesheet" type="text/css" href="<?php echo DIR_REL?>/css/main.css" />
Also wonder why the old code stopped working. I'm mostly curious because I use domain mapper with several themes that are actually their own sites so I might have to comb through several to see if this is happening elsewhere and update.
Any thoughts?
Thanks for your help.
$this->addHeaderItem($html->css('main.css'), 'CORE');
$this->addHeaderItem($html->javascript('jquery.js'), 'CORE');