Hello all,
I was curious to know if there is some sort of root or absolute URL or variable that can be used when adding internal links inside of a skin.
For example: if adding a relative URL to FTP accounts via html would look something like
Is it possible to have some sort of absolute path for adding such URLs? Example:
Any help is appreciated.
Thanks!
I was curious to know if there is some sort of root or absolute URL or variable that can be used when adding internal links inside of a skin.
For example: if adding a relative URL to FTP accounts via html would look something like
Code:
<a href="ftp/accounts.html">FTP Accounts</a>
Code:
<a href="ROOT/ftp/accounts.html">FTP Accounts</a>
Thanks!