Return theme web address.
App::Config()->skinUrl([Sub Part])
Example:
// return http://www.example.com/themeroot/rainbow
$location = App::Config()->skinUrl();
// return http://www.example.com/themeroot/rainbow/images
$location = App::Config()->skinUrl("/images");
See also: baseDir baseUrl filemanagerDir filemanagerUrl rootDir skinDir