3
Just trying to use it in a theme...
You can see how on a fresh install, such as the one
here, even the default theme is rendering:
<link rel="stylesheet" type="text/css" media="screen" href="/directoryname/xoops.css" />
<link rel="stylesheet" type="text/css" media="screen" href="/directoryname/themes/default/css/styleNN.css" />
when the theme.html file displays
<link rel="stylesheet" type="text/css" media="screen" href="<{$xoops_url}>/xoops.css" />
<link rel="stylesheet" type="text/css" media="screen" href="<{$xoops_themecss}>" />
...seems it is inserting relative URLs, instead of absolute, or something.
Print those 4 smarty variables themselves in a theme & see what they return, vs what they used to return - not the same at all, if they return anything. It's vexing me.