mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 03:05:58 +05:30
Update 'Get Started' button text to use i18n
This commit is contained in:
parent
f5e2d4a0af
commit
de03b911d9
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue