diff --git a/src/Tpl.php b/src/Tpl.php index 7e86bd7..fed282f 100644 --- a/src/Tpl.php +++ b/src/Tpl.php @@ -666,6 +666,14 @@ class Tpl { return null; } + /** + * Get static root URL + * @return string|null + */ + public static function static_root_url() { + return self :: $static_root_url; + } + /** * Clean static root URL helper * @param string $value