mirror of
https://github.com/ascribe/wp-theme
synced 2024-12-22 17:23:55 +01:00
markup clean up
This commit is contained in:
parent
dfe7d978db
commit
417bd70682
@ -306,11 +306,9 @@ class Subtemplate {
|
|||||||
|
|
||||||
|
|
||||||
$result = "<section class='subtemplate cta' style='background-image: url({$backgroundImg})'>
|
$result = "<section class='subtemplate cta' style='background-image: url({$backgroundImg})'>
|
||||||
<div class='centered-content'>
|
{$ctaTitle}
|
||||||
{$ctaTitle}
|
<a href='{$ctaLink}' class='cta__button button blue-overPic'>{$ctaText}</a>
|
||||||
<a href='{$ctaLink}' class='cta__button button blue-overPic'>{$ctaText}</a>
|
</section>";
|
||||||
</div>
|
|
||||||
</section>";
|
|
||||||
|
|
||||||
return $result;
|
return $result;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user