|
@@ -44,7 +44,7 @@ class SiteCache
|
|
|
if ($appearance && $publishList) {
|
|
|
$dist['appearance'] = $appearance;
|
|
|
$dist['publishList'] = $publishList;
|
|
|
- $dist['template_name'] = $appearance['title'];
|
|
|
+ $dist['template_name'] = $appearance['folder'];
|
|
|
} else {
|
|
|
return null;
|
|
|
}
|