Re: How do I define the base url?
"J. Cox" <[email protected]>
| Newsgroups | gmane.comp.cms.xaraya.knowledge-base |
|---|---|
| Organization | PostNuke |
| Message-ID | <[email protected]> |
Setting the base url in a theme allowes the browser to understand the relative paths of any html calls that it sees. You can set this url with the following call. <base href="&xar-baseurl;index.php" /> &xar- is an alternate way of calling variables in the Xaraya Templating System.