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
| <?php | |
| // если была нажата кнопка "Отправить" | |
| if($_POST['submit']) { | |
| // $_POST['title'] содержит данные из поля "Тема" | |
| $title = 'TEST'; |
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
| <script type="application/ld+json"> | |
| { | |
| "@context": "http://schema.org", | |
| "@type": "LocalBusiness", | |
| "branchOf": { | |
| "@type": "Organization", | |
| "legalName": "Название фирмы (компании, организации), филиалом которой является ваш бизнес или офис", | |
| "alternateName": "Альтернативное название основной компании" | |
| }, | |
| "address": { |
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
| <script type="application/ld+json"> | |
| { | |
| "@context":"http://schema.org", | |
| "@type":"Store", | |
| "name":"ООО «Мебель Легко»", | |
| "address":{ | |
| "@type":"PostalAddress", | |
| "streetAddress":" ш. Революции, 69", | |
| "addressLocality":"Санкт-Петербург", | |
| "addressRegion":"Ленинградская область", |
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
| <script type="application/ld+json"> | |
| { | |
| "@context" : "http://schema.org", | |
| "@type" : "Organization", | |
| "name" : "Alex Arahort Portal", | |
| "url" : "https://arahort.pro/", | |
| "logo": "https://arahort.pro/images/logo_head2.png", | |
| "address":{ | |
| "@type":"PostalAddress", | |
| "streetAddress":" ул. Радищева 5", |
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
| sudo apt-add-repository -y ppa:brightbox/ruby-ng; sudo apt-get update; sudo apt-get -y install curl ruby2.5 ruby2.5-dev gcc make g++ libffi-dev; curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -; sudo apt-get -y install nodejs; sudo gem i jekyll -v 3.7.2; sudo gem i jekyll-paginate-v2; sudo npm i -g gulp rimraf npm-check-updates; sudo chown -R $USER:$(id -gn $USER) /home/$USER/.config |
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
| <?php | |
| if ( $_SERVER['REQUEST_URI'] != strtolower( $_SERVER['REQUEST_URI']) ) { | |
| $urlHaveGet = '/\?/i'; | |
| if(preg_match($urlHaveGet, $_SERVER['REQUEST_URI']) == 0){ | |
| header('Location: http://'.$_SERVER['HTTP_HOST'] . strtolower($_SERVER['REQUEST_URI']), true, 301); | |
| exit(); | |
| } | |
| } | |
| ?> |
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
| <script> | |
| jQuery(document).ready(function(){ | |
| jQuery('.class').click(function() { | |
| yaCounterXXXXXX.reachGoal('YYYYYY'); | |
| console.log('YYYYYY'); | |
| }); | |
| }); | |
| </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
| `-Dide.find.as.popup=false` in Help | Edit Custom VM Options |
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
| onRefresh: function () { | |
| owl.find('div.owl-item').height(''); | |
| }, | |
| onRefreshed: function () { | |
| owl.find('div.owl-item').height(owl.height()); | |
| } |
NewerOlder