Merge pull request #2470 from gregory-p/wordpress

fix copyright year in footer
This commit is contained in:
bivis
2019-03-04 13:12:35 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ require_once 'inc/walker-nav-menu.php';
<a href="#" class="logo">
<img src="<?= get_theme_file_uri('/assets/img/logo.png'); ?>" alt="LawCarta lawcarta">
</a>
<p>&copy; 2018 <?= get_option('lawcarta_company'); ?>. All rights reserved</p>
<p>&copy; <?=date("Y"); ?> <?= get_option('lawcarta_company'); ?>. All rights reserved</p>
</div>
</div>
</div>

View File

@@ -53,7 +53,7 @@
<a href="#" class="logo">
<img src="<?= get_theme_file_uri('/assets/img/logo.png'); ?>" alt="LiveCarta livecarta">
</a>
<p>&copy; 2018 <?= get_option('lawcarta_company'); ?>. All rights reserved</p>
<p>&copy; <?=date("Y"); ?> <?= get_option('lawcarta_company'); ?>. All rights reserved</p>
</div>
</div>
</div>