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