mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 11:36:20 +05:30
Change the copyright to span
This commit is contained in:
parent
80c29b306e
commit
96af6de09e
2 changed files with 3 additions and 3 deletions
|
|
@ -1889,9 +1889,9 @@ function copyright()
|
|||
$credit = 'Powered by <a href="http://www.htmly.com" target="_blank" rel="nofollow">HTMLy</a>';
|
||||
|
||||
if (!empty($blogcp)) {
|
||||
return $copyright = '<p>' . $blogcp . '</p><p>' . $credit . '</p>';
|
||||
return $copyright = '<span class="copyright">' . $blogcp . '</span> <span class="credit">' . $credit . '</span>';
|
||||
} else {
|
||||
return $credit = '<p>' . $credit . '</p>';
|
||||
return $credit = '<span class="credit">' . $credit . '</span>';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -185,7 +185,7 @@
|
|||
<!-- ******FOOTER****** -->
|
||||
<footer class="footer">
|
||||
<div class="container text-center">
|
||||
<?php echo copyright();?>
|
||||
<?php echo copyright();?><br><span>Design by <a href="https://3rdwavemedia.com/" target="_blank" rel="nofollow">3rd Wave Media</a></span>
|
||||
</div><!--//container-->
|
||||
</footer><!--//footer-->
|
||||
<!-- Javascript -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue