mirror of
https://github.com/flextype/flextype.git
synced 2025-08-18 10:51:21 +02:00
Themes: public method getThemeTemplates() renamed to getTemplates()
This commit is contained in:
@@ -116,12 +116,12 @@ class Themes
|
||||
}
|
||||
|
||||
/**
|
||||
* Get theme templates
|
||||
* Get templates for current theme
|
||||
*
|
||||
* @access public
|
||||
* @return array
|
||||
*/
|
||||
public static function getThemeTemplates() : array
|
||||
public static function getTemplates() : array
|
||||
{
|
||||
$templates = [];
|
||||
|
||||
|
Reference in New Issue
Block a user