1
0
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:
Matthias Kretschmann 2015-12-12 19:36:58 +01:00
parent dfe7d978db
commit 417bd70682

View File

@ -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;
} }