mirror of
https://github.com/danpros/htmly.git
synced 2026-04-19 03:56:21 +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>';
|
$credit = 'Powered by <a href="http://www.htmly.com" target="_blank" rel="nofollow">HTMLy</a>';
|
||||||
|
|
||||||
if (!empty($blogcp)) {
|
if (!empty($blogcp)) {
|
||||||
return $copyright = '<p>' . $blogcp . '</p><p>' . $credit . '</p>';
|
return $copyright = '<span class="copyright">' . $blogcp . '</span> <span class="credit">' . $credit . '</span>';
|
||||||
} else {
|
} else {
|
||||||
return $credit = '<p>' . $credit . '</p>';
|
return $credit = '<span class="credit">' . $credit . '</span>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -185,7 +185,7 @@
|
||||||
<!-- ******FOOTER****** -->
|
<!-- ******FOOTER****** -->
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<div class="container text-center">
|
<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-->
|
</div><!--//container-->
|
||||||
</footer><!--//footer-->
|
</footer><!--//footer-->
|
||||||
<!-- Javascript -->
|
<!-- Javascript -->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue