Skip to content

Commit e0771c9

Browse files
committed
Fix Copyright data in footer
1 parent a32ad58 commit e0771c9

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

themes/ssp/default/includes/footer.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,13 @@ class="ssp-footer__item__logo"
134134
/>
135135
</a>
136136
<div class="ssp-footer__item__copyright">
137-
Copyright &copy;
138-
<?=
139-
strpos($this->t('{themevanilla:discopower:copyright_year_start}'), 'not translated') === false
140-
? $this->t('{themevanilla:discopower:copyright_year_start}') . '-'
141-
: ''
142-
. date("Y")
143-
?>
137+
Copyright &copy;<?=
138+
(
139+
(strpos($this->t('{themevanilla:discopower:copyright_year_start}'), 'not translated') === false)
140+
? $this->t('{themevanilla:discopower:copyright_year_start}') . '-'
141+
: ''
142+
)
143+
. date("Y") ?>
144144
</div>
145145
</div>
146146
<div class="col-sm-3 ssp-footer__item">

0 commit comments

Comments
 (0)