Renommer gaugeBlackLabel/GreenLabel en subtitleBlack/subtitleGreen
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b8048d24f6
commit
4a57c4a3d4
2 changed files with 4 additions and 4 deletions
|
|
@ -70,8 +70,8 @@ $data = getContent('fr');
|
|||
</div>
|
||||
|
||||
<p class="hero-heading">
|
||||
<?= htmlspecialchars($data['gaugeBlackLabel'] ?? '') ?>
|
||||
<?php if (!empty($data['gaugeGreenLabel'])): ?><br /><strong><?= htmlspecialchars($data['gaugeGreenLabel']) ?></strong><?php endif; ?>
|
||||
<?= htmlspecialchars($data['subtitleBlack'] ?? '') ?>
|
||||
<?php if (!empty($data['subtitleGreen'])): ?><br /><strong><?= htmlspecialchars($data['subtitleGreen']) ?></strong><?php endif; ?>
|
||||
</p>
|
||||
</section>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue