fix copyright year in footer

This commit is contained in:
gregory-p
2019-03-04 13:52:23 +03:00
parent 79811da188
commit a5795255a3
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>