forked from LiveCarta/LiveCartaWP
fix copyright year in footer
This commit is contained in:
@@ -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>© 2018 <?= get_option('lawcarta_company'); ?>. All rights reserved</p>
|
||||
<p>© <?=date("Y"); ?> <?= get_option('lawcarta_company'); ?>. All rights reserved</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
<a href="#" class="logo">
|
||||
<img src="<?= get_theme_file_uri('/assets/img/logo.png'); ?>" alt="LiveCarta livecarta">
|
||||
</a>
|
||||
<p>© 2018 <?= get_option('lawcarta_company'); ?>. All rights reserved</p>
|
||||
<p>© <?=date("Y"); ?> <?= get_option('lawcarta_company'); ?>. All rights reserved</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user