| 1 | <?php |
||
| 27 | class Theme extends Plugin |
||
| 28 | { |
||
| 29 | |||
| 30 | /** |
||
| 31 | * Get current theme. |
||
| 32 | * |
||
| 33 | * @param null $prefix |
||
| 34 | * @return mixed|string |
||
| 35 | */ |
||
| 36 | public static function get($prefix = null) |
||
| 53 | |||
| 54 | /** |
||
| 55 | * Find theme plugin in path. |
||
| 56 | * |
||
| 57 | * @param string $theme |
||
| 58 | * @return null|string |
||
| 59 | */ |
||
| 60 | protected static function _find($theme) |
||
| 74 | } |
||
| 75 |