Table of Contents
All urls defined into Obliquid must be relative. To improve further the quality and usability of single slots they can use the url class. This class is described in code documentation.
$url =& new url();
$url->addVal("action", "modlang");
echo $url->Build();
$url->Clear();
$url->dropVals(array("action", "langpos"));
$url->reload();