diff --git a/rawilum/Themes.php b/rawilum/Themes.php index 3944c495..294e910b 100644 --- a/rawilum/Themes.php +++ b/rawilum/Themes.php @@ -25,6 +25,13 @@ class Themes $this->rawilum = $c; } + /** + * Get Themes template + * + * @access public + * @param string $template_name Template name + * @return mixed + */ public function getTemplate($template_name) { $template_ext = '.php';