refactor: move Mustache templates to root directory

这个提交包含在:
alistair3149 2021-04-09 11:47:48 -04:00
父节点 0e63bb6aef
当前提交 bd3eac63bb
找不到此签名对应的密钥
GPG 密钥 ID: 94D081060FD3DD9C
共有 14 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -143,7 +143,7 @@ class SkinCitizen extends SkinMustache {
);
}
$options['templateDirectory'] = __DIR__ . '/templates';
$options['templateDirectory'] = dirname(__DIR__, 1) . '/templates';
parent::__construct( $options );
}