Update 'Get Started' button text to use i18n

This commit is contained in:
sb0001 2026-01-08 23:38:57 +01:00 committed by GitHub
commit de03b911d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -70,7 +70,7 @@ $front = get_frontpage(); ?>
</div>
<div class="col-lg-9 col-xl-8 text-center">
<div class="lead"><?php echo $front->body;?></div>
<?php if (!empty($pages[0])):?><a class="btn btn-primary btn-lg px-4 mb-2" href="<?php echo $pages[0]->url;?>" role="button">Get Started</a><?php endif;?>
<?php if (!empty($pages[0])):?><a class="btn btn-primary btn-lg px-4 mb-2" href="<?php echo $pages[0]->url;?>" role="button"><?php echo i18n('getstarted');?></a><?php endif;?>
</div>
</div>
</section>
@ -126,4 +126,4 @@ $front = get_frontpage(); ?>
<script src="<?php echo theme_path();?>js/main.js"></script>
<?php if (analytics()): ?><?php echo analytics() ?><?php endif; ?>
</body>
</html>
</html>