11 lines
227 B
PHP
11 lines
227 B
PHP
<div class="footer">
|
|
<strong>© 2020</strong>
|
|
<div class="right">
|
|
<?php if(!is_front_page() || !is_home()){
|
|
echo "<a href='/'>Главная</a>";
|
|
}?>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|