ConqSoft
02-11-2006, 09:35 PM
This code exists in the headerinclude template:
<if condition="$vboptions['externalrss']"><link rel="alternate" type="application/rss+xml" title="$vboptions[bbtitle] RSS Feed" href="external.php?type=RSS" /></if>
It doesn't get converted to a full path, so it will look for external.php in the root of the site when on a CMPS page. Adding external.php to the header replacements doesn't affect headerinclude.
<if condition="$vboptions['externalrss']"><link rel="alternate" type="application/rss+xml" title="$vboptions[bbtitle] RSS Feed" href="external.php?type=RSS" /></if>
It doesn't get converted to a full path, so it will look for external.php in the root of the site when on a CMPS page. Adding external.php to the header replacements doesn't affect headerinclude.