 includes/functions/linking.php
functions
|  getlink
string getlink(string $url, boolean $UseLEO, boolean $full)
Gerenerates a correct link to one of the webpages.
When LEO is activated it generates a LEO link Arguments - $url [optional, default value = ?name=$module_name]
additional url string
- $UseLEO [optional, default value = true]
when set to false it forces to NOT use LEO linking
- $full [optional, default value = false]
Set to true to create a full URL including the http and domain
|