We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a32ad58 commit e0771c9Copy full SHA for e0771c9
1 file changed
themes/ssp/default/includes/footer.php
@@ -134,13 +134,13 @@ class="ssp-footer__item__logo"
134
/>
135
</a>
136
<div class="ssp-footer__item__copyright">
137
- Copyright ©
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
- ?>
+ Copyright ©<?=
+ (
+ (strpos($this->t('{themevanilla:discopower:copyright_year_start}'), 'not translated') === false)
+ ? $this->t('{themevanilla:discopower:copyright_year_start}') . '-'
+ : ''
+ )
+ . date("Y") ?>
144
</div>
145
146
<div class="col-sm-3 ssp-footer__item">
0 commit comments