template_url

template_url — returns the URL of the current template

Summary

template_url();

Usage

//get the current template url
$template_url = template_url();
print($template_url);

//prints http://localhost/Microweber/userfiles/templates/my_template/
The documentation is under development. Help us by editing this page.