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
var gulp = require('gulp'), | |
sass = require('gulp-sass'), | |
path = require('path'), | |
browserSync = require('browser-sync'), | |
concat = require('gulp-concat'), | |
uglify = require('gulp-uglify'), | |
autoprefixer = require('gulp-autoprefixer'), | |
cssnano = require('gulp-cssnano'), | |
rename = require('gulp-rename'); |
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
var gulp = require('gulp'), | |
sass = require('gulp-sass'), | |
less = require('gulp-less'), | |
path = require('path'), | |
concat = require('gulp-concat'), | |
uglify = require('gulp-uglifyjs'), | |
browserSync = require('browser-sync'), | |
cssnano = require('gulp-cssnano'), | |
del = require('del'), | |
jade = require('gulp-jade'), |
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
<div class="telegramInvite hidden-xs"> | |
<a href="http://vashgorod.ru/probki" target="_blank"><img src="/images/banner_traffic.jpg" alt=""></a> | |
</div> |
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
<!--Приглашение в телеграм --> | |
<div class="telegramInvite col-xs-12 hidden-sm hidden-md hidden-lg"> | |
<a href="https://telegram.me/vashgorodnsk" target="_blank"><img src="/images/banner_telegram.svg" alt=""></a> | |
</div> | |
<!-- //Приглашение в телеграм --> |
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
<div class="col-xs-12 col-sm-6"> | |
<div class="social__block__g"> | |
<a href="https://plus.google.com/u/2/communities/104970859010056774915" target="_blank" onclick="ga('send', 'event', 'Главная Новосибирск', 'click', 'social_g')"> | |
<span> | |
<img src="/images/social/social_g.svg" alt=""> <span class="hidden-xs hidden-sm hidden-md">Сообщество в <strong>Google+</strong></span> | |
</span> | |
</a> | |
</div> | |
</div> |
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
<div class="news-slider col-xs-12 col-sm-12 col-md-12 col-lg-12"> | |
<?php | |
if ($this->beginCache('general_news_new_design')) { | |
//$top_article = $models_topic_popular[0]; | |
foreach ($models_topic_popular as $top_article) { | |
?> | |
<article class="news-slider__item"> |
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
<h2>Выбор редакции</h2> | |
<?php | |
$primary_news = News::model()->recently(3)->byUserCity() | |
->byTopicName('Главное')->cache(360)->findAll(array( | |
'condition' => 't.id != ' . $model->id | |
)); | |
foreach ($primary_news as $primary_model) { | |
?> | |
<article> | |
<header> |
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
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 rubric__block"> | |
<section class="rubric__item blue commentfeed"> | |
<article> | |
<div class="commentfeed__about text-center">По теме</div> | |
<div class="commentfeed__topic">Возможного преемника Владимира Путина назвал политолог (фото) (видео)</div> | |
<div class="commentfeed__body"> | |
<div class="commentfeed__author text-center">зося синицкая</div> | |
Чекистам как бывшим так и действующим противопоказано занимать руководящие должности , нашел б....... гаранта , что не губернатор то чекист , хозяйственники х...... птиц на даче пускай разводит да капусту выращивает , а то они видишь семипядевые. | |
</div> | |
</article> |
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="text/javascript">--> | |
<!-- $(function() {--> | |
<!-- $('#subscribe-form').submit(function (e) {--> | |
<!-- e.stopPropagation();--> | |
<!-- e.preventDefault();--> | |
<!-- var url = $(this).attr('action');--> | |
<!-- var data = $(this).serialize();--> | |
<!-- $.ajax({--> | |
<!-- url: url,--> | |
<!-- data: data,--> |
NewerOlder