1 <?php
2
3 /*
4 * CRUCIBLE ENVIRONMENT AUTOLOADER
5 *
6 * This file is designed to be used with the WordSmith Crucible framework.
7 *
8 */
9
10 namespace nk2580\wordsmith\Environment;
11
12 class Theme extends Instance {
13
14
15 public function __construct($dir,$uri) {
16
17 }
18
19 }
20