This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@SELECT `pagetitle`,`id` FROM `[[+PREFIX]]site_content` WHERE `parent` = 31 ORDER BY `pagetitle` ASC |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RewriteEngine On | |
RewriteCond %{SERVER_PORT} ^80$ [OR] | |
RewriteCond %{HTTP} =on | |
RewriteRule ^(.*)$ https://www.domain.com/$1 [R=301,L] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href="#" class="noIndexLink" data-link="/">Главная</a> | |
<a href="#" class="noIndexLink" data-link="/form/">Обратная связь</a> | |
<a href="#" class="noIndexLink" data-link="/sitemap/">Карта сайта</a> | |
<script type="text/javascript"> | |
$('a.noIndexLink').click(function(){location.href = ($(this).data("link"));return false;}); | |
</script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<meta name="robots" content="noyaca"/> | |
<meta name="robots" content="noodp"/> | |
<meta name="robots" content="noydir"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.clearfix:before, | |
.clearfix:after { | |
content: " "; | |
display: table; | |
} | |
.clearfix:after { | |
clear: both; | |
} | |
.clearfix { | |
*zoom: 1; |
NewerOlder