Rename templates

[MAILPOET-1617]
This commit is contained in:
Pavel Dohnal
2019-03-06 10:13:15 +01:00
committed by M. Shull
parent e4b9fa07ca
commit 43b5dbd853
6 changed files with 6 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ class FashionBlogA {
function get() {
return array(
'name' => WPFunctions::get()->__("Fashion Blog - A", 'mailpoet'),
'name' => WPFunctions::get()->__("Women Fashion Store", 'mailpoet'),
'categories' => json_encode(array('standard', 'all')),
'readonly' => 1,
'thumbnail' => $this->getThumbnail(),

View File

@@ -18,7 +18,7 @@ class FashionShop {
function get() {
return array(
'name' => WPFunctions::get()->__("Fashion Shop", 'mailpoet'),
'name' => WPFunctions::get()->__("Kids Shop", 'mailpoet'),
'categories' => json_encode(array('standard', 'all')),
'readonly' => 1,
'thumbnail' => $this->getThumbnail(),

View File

@@ -19,7 +19,7 @@ class FoodBox {
function get() {
return array(
'name' => WPFunctions::get()->__("Welcome to FoodBox", 'mailpoet'),
'categories' => json_encode(array('standard', 'all')),
'categories' => json_encode(array('welcome', 'all')),
'readonly' => 1,
'thumbnail' => $this->getThumbnail(),
'body' => json_encode($this->getBody()),

View File

@@ -18,7 +18,7 @@ class LifestyleBlogA {
function get() {
return array(
'name' => WPFunctions::get()->__("Lifestyle Blog - A", 'mailpoet'),
'name' => WPFunctions::get()->__("Makeup Blog", 'mailpoet'),
'categories' => json_encode(array('standard', 'all')),
'readonly' => 1,
'thumbnail' => $this->getThumbnail(),

View File

@@ -18,7 +18,7 @@ class LifestyleBlogB {
function get() {
return array(
'name' => WPFunctions::get()->__("Lifestyle Blog - B", 'mailpoet'),
'name' => WPFunctions::get()->__("Lifestyle Blog", 'mailpoet'),
'categories' => json_encode(array('standard', 'all')),
'readonly' => 1,
'thumbnail' => $this->getThumbnail(),

View File

@@ -15,7 +15,7 @@ class WineCity {
function get() {
return array(
'name' => WPFunctions::get()->__("Wine City", 'mailpoet'),
'name' => WPFunctions::get()->__("Wine City (with coupon)", 'mailpoet'),
'categories' => json_encode(array('woocommerce', 'all')),
'readonly' => 1,
'thumbnail' => $this->getThumbnail(),