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})'>
|
||||
<div class='centered-content'>
|
||||
{$ctaTitle}
|
||||
<a href='{$ctaLink}' class='cta__button button blue-overPic'>{$ctaText}</a>
|
||||
</div>
|
||||
</section>";
|
||||
{$ctaTitle}
|
||||
<a href='{$ctaLink}' class='cta__button button blue-overPic'>{$ctaText}</a>
|
||||
</section>";
|
||||
|
||||
return $result;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user