1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 22:26:46 +02:00

Themes class refactoring

This commit is contained in:
Awilum
2018-03-10 23:53:46 +03:00
parent 8d74e751ff
commit dc8e8cba69

View File

@@ -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';