Merge pull request #3687 from gregory-p/wordpress

show mobile apps buttons in footer
This commit is contained in:
bivis
2020-04-23 13:59:31 +03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ require_once 'inc/walker-nav-menu.php';
</div>
</div>
</div>
<?php if(0):?>
<?php if(1):?>
<div class="app-download">
<div class="title">Download our app</div>
<a target="_blank" href="https://apps.apple.com/us/app/livecarta/id1505717341" class="app-download"><img src="<?= get_theme_file_uri('/assets/img/app-store.png'); ?>" alt=""></a>

View File

@@ -57,7 +57,7 @@
</div>
</div>
</div>
<?php if(0):?>
<?php if(1):?>
<div class="app-download">
<div class="title">Download our app</div>
<a target="_blank" href="https://apps.apple.com/us/app/livecarta/id1505717341" class="app-download"><img src="<?= get_theme_file_uri('/assets/img/app-store.png'); ?>" alt=""></a>