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:
@@ -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';
|
||||
|
Reference in New Issue
Block a user