-
-
{$subtemplateTitle}
-
-
{$content}
-
+
+
+
{$subtemplateTitle}
+
+
-
-
";
return $result;
@@ -855,11 +855,11 @@ class Subtemplate {
$result = "
-
{$subtemplateTitle}
-
Existing Marketplace
-
New Marketplace
-
{$existing}
-
{$new}
+
{$subtemplateTitle}
+
Existing Marketplace
+
New Marketplace
+
{$existing}
+
{$new}
";
@@ -873,16 +873,16 @@ class Subtemplate {
$result = "
-
{$subtemplateTitle}
-
{$content}
-
-
API
-
-
-
-
White Label Marketplace
-
-
+
{$subtemplateTitle}
+
{$content}
+
+
API
+
+
+
+
White Label Marketplace
+
+
";
@@ -890,13 +890,13 @@ class Subtemplate {
}
public function pricing($subtemplateTitle) {
- $bgImg = get_sub_field('background_image')['url'];
- $rightPricing = get_sub_field('right_pricing_text');
- $leftPricing = get_sub_field('left_pricing_text');
+ $bgImg = get_sub_field('background_image')['url'];
+ $rightPricing = get_sub_field('right_pricing_text');
+ $leftPricing = get_sub_field('left_pricing_text');
$result = "
-
{$subtemplateTitle}
+
{$subtemplateTitle}
{$leftPricing}
{$rightPricing}