3f2bc3d0
Administrator
first commit
|
1
|
<?php
|
90a6ed1a
Administrator
basket
|
2
|
|
7026e8c8
Administrator
20.07.16
|
3
4
5
6
7
8
|
use yii\helpers\Html;
use yii\helpers\Url;
use frontend\assets\AppAsset;
use yii\web\View;
use frontend\components\Text;
use frontend\components\BgWidget;
|
ccc7a9d3
Karnovsky A
Karnovsky 12052016
|
9
|
// use frontend\components\CompareWidget;
|
7026e8c8
Administrator
20.07.16
|
10
11
12
13
14
|
use frontend\components\HreflangWidget;
use common\models\Subscribe;
use yii\widgets\ActiveForm;
use common\modules\product\models\Category;
use frontend\widgets\Seo;
|
84c4457e
Eugeny Galkovskiy
123
|
15
|
use yii\widgets\Breadcrumbs;
|
7026e8c8
Administrator
20.07.16
|
16
17
18
|
AppAsset::register ($this);
$this->registerJs ("
|
3f2bc3d0
Administrator
first commit
|
19
20
21
22
23
|
$('.phone .more').bind('click',function(){
$('.phone .more_block').toggle();
});
", View::POS_READY, 'phone');
//$this->registerCssFile(Yii::$app->request->BaseUrl.'/css/style.css');
|
7026e8c8
Administrator
20.07.16
|
24
25
|
$this->registerJsFile (Yii::$app->request->baseUrl . '/js/basket.js', ['position' => View::POS_END, 'depends' => ['yii\web\JqueryAsset']]);
$this->registerJs ("
|
3f2bc3d0
Administrator
first commit
|
26
27
|
$('#basket').basket();
", View::POS_READY, 'basket');
|
7026e8c8
Administrator
20.07.16
|
28
29
|
$this->registerJsFile (Yii::$app->request->baseUrl . '/js/call.js', ['position' => View::POS_END, 'depends' => ['yii\web\JqueryAsset']]);
$this->registerJs ("
|
3f2bc3d0
Administrator
first commit
|
30
31
|
$('#call').call({token:'" . Yii::$app->request->getCsrfToken () . "'});
", View::POS_READY, 'call');
|
0cdfad3f
Виталий
Веталь
|
32
|
|
065e6a52
Administrator
image size
|
33
|
$this->registerJsFile (Yii::$app->request->baseUrl . '/js/fix_height.js', ['position' => View::POS_END, 'depends' => ['yii\web\JqueryAsset']]);
|
7026e8c8
Administrator
20.07.16
|
34
|
$this->registerJs ("
|
3f2bc3d0
Administrator
first commit
|
35
36
37
38
39
40
41
42
43
44
45
46
47
|
var activeTab = $('.social li:first a').attr('id');
$('.'+activeTab+'_box').show();
$('.social li').click(function(){
$('.hide').hide();
var activeTab = $(this).find('a').attr('id');
//alert(activeTab);
$('.'+activeTab+'_box').show();
return false;
});
", View::POS_READY, 'social');
// AssetBundle jcarousel :D
|
7026e8c8
Administrator
20.07.16
|
48
49
50
51
52
|
// jquery-migrate
$this->registerJsFile('http://code.jquery.com/jquery-migrate-1.3.0.js',[
'position' => View::POS_END,
'depends' => ['yii\web\JqueryAsset']
]);
|
3f2bc3d0
Administrator
first commit
|
53
|
|
7026e8c8
Administrator
20.07.16
|
54
55
56
57
58
59
|
// jcarousel
$this->registerCssFile(Yii::$app->request->BaseUrl.'/js/jsor-jcarousel-7bb2e0a/skins/tango/skin.css');
$this->registerJsFile(Yii::$app->request->baseUrl.'/js/jsor-jcarousel-7bb2e0a/lib/jquery.jcarousel.min.js',[
'position' => View::POS_END,
'depends' => ['yii\web\JqueryAsset']
]);
|
3f2bc3d0
Administrator
first commit
|
60
|
|
7026e8c8
Administrator
20.07.16
|
61
|
$this->registerJs("
|
3f2bc3d0
Administrator
first commit
|
62
63
|
$('.jcarousel').jcarousel({
vertical: true,
|
761f904f
Виталий
Веталь
|
64
|
scroll: 1
|
3f2bc3d0
Administrator
first commit
|
65
66
67
|
});
", View::POS_READY);
|
fed9ec18
Administrator
image size
|
68
|
|
3f2bc3d0
Administrator
first commit
|
69
70
71
72
73
74
75
76
77
|
// AssetBundle jcarousel :D [close]
?>
<?php $this->beginPage () ?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?= Yii::$app->language ?>">
<head>
<meta charset="<?= Yii::$app->charset ?>"/>
<?= Html::csrfMetaTags () ?>
|
4495dea0
Administrator
проапдейтил роли
|
78
79
|
<title><?= Seo::widget([ 'row'=>'title'])?></title>
<?= Seo::widget([ 'row'=>'description'])?>
|
0d0c080c
Dmytry Fedorchuk
seo module filter...
|
80
|
<?= Seo::widget([ 'row'=>'meta'])?>
|
3f2bc3d0
Administrator
first commit
|
81
|
<link rel="shortcut icon" href="<?= Yii::$app->request->baseUrl ?>/img/favicon.ico" type="image/x-icon"/>
|
3f2bc3d0
Administrator
first commit
|
82
|
<?php $this->head () ?>
|
6a31778a
Dmytry Fedorchuk
tag manager googl...
|
83
84
85
86
87
|
<!-- SOCIAL ICON -->
<script type="text/javascript" src="//yastatic.net/es5-shims/0.0.2/es5-shims.min.js" charset="utf-8"></script>
<script type="text/javascript" src="//yastatic.net/share2/share.js" charset="utf-8"></script>
<!-- SOCIAL ICON -->
|
7a3cca71
Dmytry Fedorchuk
SEO
|
88
89
90
91
92
93
94
95
96
97
|
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-75674711-1', 'auto');
ga('send', 'pageview');
</script>
|
d0108705
Dmytry Fedorchuk
All seo
|
98
|
<meta name="google-site-verification" content="niSpd01ftupUt3pFCfQkh2zoezuPuUGblNOSGs-iRWo" />
|
3f2bc3d0
Administrator
first commit
|
99
100
|
</head>
<body>
|
b6d8fdf4
Dmytry Fedorchuk
tag manager googl...
|
101
102
103
104
105
106
107
108
109
|
<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-5KPBHP"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5KPBHP');</script>
<!-- End Google Tag Manager -->
|
f57afab3
Dmytry Fedorchuk
SEO
|
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
|
<!-- Yandex.Metrika counter -->
<script type="text/javascript">
(function (d, w, c) {
(w[c] = w[c] || []).push(function() {
try {
w.yaCounter37829115 = new Ya.Metrika({
id:37829115,
clickmap:true,
trackLinks:true,
accurateTrackBounce:true
});
} catch(e) { }
});
var n = d.getElementsByTagName("script")[0],
s = d.createElement("script"),
f = function () { n.parentNode.insertBefore(s, n); };
s.type = "text/javascript";
s.async = true;
s.src = "https://mc.yandex.ru/metrika/watch.js";
if (w.opera == "[object Opera]") {
d.addEventListener("DOMContentLoaded", f, false);
} else { f(); }
})(document, window, "yandex_metrika_callbacks");
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/37829115" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
|
7026e8c8
Administrator
20.07.16
|
138
|
|
3f2bc3d0
Administrator
first commit
|
139
140
141
142
143
144
145
146
147
148
149
150
|
<?php $this->beginBody () ?>
<?= BgWidget::widget () ?>
<?= $this->render ('/basket/_popup') ?>
<nav class="top">
<div class="wrap">
<div class="fl">
<ul>
|
0a4e80df
Administrator
20.07.16
|
151
|
<li><a href="<?= Url::to (['text/index', 'translit' => 'oplata-i-dostavka']) ?>">Оплата и
|
3f2bc3d0
Administrator
first commit
|
152
|
доставка</a></li>
|
f0821a79
Administrator
20.07.16
|
153
154
|
<li><a href="<?= Url::to (['text/index', 'translit' => 'contacts']) ?>">О магазине</a></li>
<li><a href="<?= Url::to (['text/index', 'translit' => 'help']) ?>" ><span>Возврат - Обмен</span></a></li>
|
3f2bc3d0
Administrator
first commit
|
155
156
157
158
|
</ul>
<div class="both"></div>
</div>
<div class="search">
|
0f852b51
Administrator
29.06.16
|
159
|
<form method="get" action="/search">
|
c34b3aa0
Karnovsky A
-
|
160
|
<input type="text" name="word" value='<?= ! empty($_GET['word']) ? Html::encode ($_GET['word']) : '' ?>'/><input
|
3f2bc3d0
Administrator
first commit
|
161
162
163
164
|
type="submit" value=" "/>
</form>
</div>
<div class="fr">
|
90a6ed1a
Administrator
basket
|
165
|
<?php if (Yii::$app->user->isGuest): ?>
|
3f2bc3d0
Administrator
first commit
|
166
|
<a href="<?= Url::to (['login/index']) ?>" id='login'><span>Личный кабинет</span></a>
|
90a6ed1a
Administrator
basket
|
167
|
<?php else: ?>
|
3f2bc3d0
Administrator
first commit
|
168
169
|
<a href="<?= Url::to (['iam/index']) ?>"><?= Text::getShort (Yii::$app->user->identity->username, 20) ?></a>
<a href="<?= Url::to (['login/logout']) ?>" class='logout'>Выход</a>
|
90a6ed1a
Administrator
basket
|
170
|
<?php endif; ?>
|
3f2bc3d0
Administrator
first commit
|
171
172
173
174
175
176
177
178
179
|
</div>
<div class="both"></div>
</div>
</nav>
<div class="wrap br f">
<div class="header">
|
8a7d402e
Yarik
Structure data fix.
|
180
|
<div>
|
8fef08bc
Yarik
Structure data fi...
|
181
182
|
<div class="phone">
<div class="tel">
|
8a7d402e
Yarik
Structure data fix.
|
183
184
185
186
|
<span>(044) 303 90 15</span><br/>
<span>(093) 911 05 03</span><br/>
<span>(095) 004 56 55</span><br/>
<span>(068) 083 62 01</span>
|
8fef08bc
Yarik
Structure data fi...
|
187
|
</div>
|
8a7d402e
Yarik
Structure data fix.
|
188
|
<a href="mailto:rukza4ok@eltrade.com.ua">rukza4ok@eltrade.com.ua</a>
|
8fef08bc
Yarik
Structure data fi...
|
189
|
<!-- <a href="#" id='call'>Обратный звонок</a>-->
|
3f2bc3d0
Administrator
first commit
|
190
|
</div>
|
3f2bc3d0
Administrator
first commit
|
191
192
193
194
195
|
</div>
<div class="basket">
<div id="basket" class="info">Корзина <span>0</span></div>
<span class="more"></span>
<div class="both"></div>
|
ccc7a9d3
Karnovsky A
Karnovsky 12052016
|
196
|
<div class="compare"><?php /*= CompareWidget::widget () */?></div>
|
3f2bc3d0
Administrator
first commit
|
197
198
199
200
201
202
203
204
205
206
207
208
209
|
<div class="basket_hovered">
<div class="basket_hovered_white"></div>
<div class="basket_items">
Загрузка...
</div>
<div style="float:right;"><a href="<?= Url::to (['basket/index']) ?>" class="submit4 bottom3"
style="color: #ffffff;">Оформить заказ</a></div>
</div>
</div>
|
7026e8c8
Administrator
20.07.16
|
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
|
<div class="header-time">
<table>
<tr>
<td>
<table>
<tr>
<td><span>Режим работы:</span></td>
</tr>
<tr>
<td>пн-пт с 10.00 - 19.00</td>
</tr>
<tr>
<td>сб с 10.00 - 17.00</td>
</tr>
<tr>
<td>вс выходной</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
|
3f2bc3d0
Administrator
first commit
|
234
235
236
237
238
239
240
|
<div class="logo"><a href="<?= Url::to (['site/index']) ?>" title="Рюкзачок"><span>Рюкзачок</span></a></div>
<div class="both"></div>
</div>
<div class="menu">
|
6a729f1d
Administrator
20.07.16
|
241
|
<?= $this->render('main-menu')?>
|
3f2bc3d0
Administrator
first commit
|
242
243
|
<div class="both"></div>
</div>
|
4aa696e9
Виталий
Веталь
|
244
|
<div class="wrapper_all">
|
84c4457e
Eugeny Galkovskiy
123
|
245
|
<?php if(isset ($this->params['breadcrumbs'])):?>
|
84c4457e
Eugeny Galkovskiy
123
|
246
|
<nav class="bread-crumbs">
|
f3eb325d
Yarik
Breadcrumbs fix
|
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
|
<?php
$links = $this->params['breadcrumbs'];
foreach($links as $index => $link) {
if(is_array($link)) {
$links[$index]['template'] = "<li itemprop='itemListElement' itemscope itemtype='http://schema.org/ListItem'>{link}<meta itemprop='position' content='".($index + 2)."' /></li>";
$links[$index]['itemprop'] = 'item';
} else {
$links[$index] = [
'label' => $link,
'template' => "<li itemprop='itemListElement' itemscope itemtype='http://schema.org/ListItem'>{link}<meta itemprop='position' content='".($index + 2)."' /><meta itemprop='item' content='".Url::to('', true)."'></li>",
'itemprop' => 'item',
];
}
}
echo Breadcrumbs::widget ([
'homeLink' => [
'label' => '<span itemprop="name">Главная</span>',
'url' => ['/'],
'template' => "<li itemprop='itemListElement' itemscope itemtype='http://schema.org/ListItem'>{link}<meta itemprop='position' content='1' /></li>",
'itemprop' => 'item',
],
'links' => $links,
|
74873101
Yarik
Breadcrumbs fix?
|
269
|
'encodeLabels' => false,
|
f3eb325d
Yarik
Breadcrumbs fix
|
270
271
272
273
|
'options' => [
'itemscope' => true,
'itemtype' => 'http://schema.org/BreadcrumbList',
],
|
84c4457e
Eugeny Galkovskiy
123
|
274
275
|
])
?>
|
84c4457e
Eugeny Galkovskiy
123
|
276
|
<div class="both"></div>
|
f3eb325d
Yarik
Breadcrumbs fix
|
277
|
</nav>
|
84c4457e
Eugeny Galkovskiy
123
|
278
|
<?php endif; ?>
|
4aa696e9
Виталий
Веталь
|
279
280
|
<?= $content ?>
</div>
|
3f2bc3d0
Administrator
first commit
|
281
282
283
284
285
286
|
</div>
<div class="bottom">
<div class="wrap">
<div class="rightbar2">
|
7026e8c8
Administrator
20.07.16
|
287
288
289
290
291
292
293
|
<ul class="social" style="margin-top: 10px !important;">
<li><a class="vk" id="vk" target="_blank">vk.com</a></li>
<li><a class="fb" id="fb">facebook.com</a></li>
<li><a class="ok" id="ok" target="_blank">odnoklassniki.ru</a></li>
<li><a class="gp" id="gp" href="https://plus.google.com/+ArtwebUaAgency" target="_blank">plus.google.com</a>
</li>
</ul>
|
3f2bc3d0
Administrator
first commit
|
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
|
<div class="socialbox">
<div class="vk_box hide">
<script type="text/javascript" src="//vk.com/js/api/openapi.js?116"></script>
<!-- VK Widget -->
<div id="vk_groups"></div>
<script type="text/javascript">
VK.Widgets.Group("vk_groups", {
mode: 0,
width: "320",
height: "213",
color1: 'FFFFFF',
color2: '2B587A',
color3: '5B7FA6'
}, 99037905);
</script>
</div>
<div class="fb_box hide">
<div id="fb-root"></div>
<script>(function (d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/ru_RU/sdk.js#xfbml=1&version=v2.4";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-page" data-href="https://www.facebook.com/pages/Rukzachokcomua/1031766016856430"
data-width="320" data-height="213" data-small-header="false"
data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"
data-show-posts="true">
<div class="fb-xfbml-parse-ignore">
<blockquote cite="https://www.facebook.com/pages/Rukzachokcomua/1031766016856430"><a
href="https://www.facebook.com/pages/Rukzachokcomua/1031766016856430">Rukzachok.com.ua</a>
</blockquote>
</div>
</div>
</div>
<div class="gp_box hide">
<script src="https://apis.google.com/js/platform.js" async defer>
{
lang: 'ru'
}
</script>
<div class="g-page" data-href="https://plus.google.com/106638911242676218673"
data-rel="publisher"></div>
</div>
<div class="ok_box hide">
<div id="ok_group_widget"></div>
<script>
!function (d, id, did, st) {
var js = d.createElement("script");
js.src = "http://connect.ok.ru/connect.js";
js.onload = js.onreadystatechange = function () {
if (!this.readyState || this.readyState == "loaded" || this.readyState == "complete") {
if (!this.executed) {
this.executed = true;
setTimeout(function () {
OK.CONNECT.insertGroupWidget(id, did, st);
}, 0);
}
}
}
d.documentElement.appendChild(js);
}(document, "ok_group_widget", "52719911305396", "{width:320,height:213}");
</script>
</div>
<div class="tw_box hide">Пока нет!</div>
</div>
<?php
|
7026e8c8
Administrator
20.07.16
|
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
|
/*
echo '<p class="txts">';
$ids = ViewProduct::listView ();
if (! empty($ids))
{
$products = Products::find ()->where (['id' => ViewProduct::listView ()])->all ();
echo 'Вы просматривали';
}
else
{
$products = Products::find ()->where (['new' => '1'])->orderBy ('id DESC')->innerJoinWith (['cost'])->groupBy ('id')->limit (4)->all ();
echo 'Товары со скидкой';
}
echo '</p>';
echo '
<div class="view_carousel">
<ul class="view_products jcarousel-skin-tango2">';
foreach ($products as $item)
{
if (! empty ($item->cost))
|
7ba4acc5
Administrator
after marge
|
395
|
{
|
7026e8c8
Administrator
20.07.16
|
396
397
398
399
400
401
402
403
404
405
|
echo '
<li>
<div class="bg-img-foot-wr">
<a class="bg-img-foot" href="'.Url::to (['products/show', 'translit_rubric' => $item->catalog->translit, 'translit' => $item->translit, 'id' => $item->id]) .'">
<img src="'.Yii::$app->request->baseUrl . '/upload/products/ico/' . $item->imageAvator.'" border="0"/></a>
</div>
<a href="'. Url::to (['products/show', 'translit_rubric' => $item->catalog->translit, 'translit' => $item->translit, 'id' => $item->id]) .'" class="name">'.$item->name.'</a>
<p class="cost">'.$item->cost->cost.' грн.</p>
<div class="both"></div>
</li>';
|
7ba4acc5
Administrator
after marge
|
406
|
}
|
7026e8c8
Administrator
20.07.16
|
407
|
}
|
7ba4acc5
Administrator
after marge
|
408
|
|
7026e8c8
Administrator
20.07.16
|
409
410
411
412
|
echo '
</ul>
</div>';
*/
|
3f2bc3d0
Administrator
first commit
|
413
414
415
|
?>
</div>
|
8a7d402e
Yarik
Structure data fix.
|
416
|
<div itemscope itemtype="http://schema.org/LocalBusiness">
|
8fef08bc
Yarik
Structure data fi...
|
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
|
<div class="leftbar">
<ul>
<li><a href="<?= Url::to (['articles/index']) ?>">Блог</a></li>
<li><a href="<?= Url::to (['text/index', 'translit' => 'oplata-i-dostavka']) ?>">Оплата и
доставка</a></li>
<li><a href="<?= Url::to (['iam/index']) ?>">Личный кабинет</a></li>
<li><a href="<?= Url::to (['event/index']) ?>">Акции</a></li>
<li><a href="<?= Url::to (['text/index', 'translit' => 'contacts']) ?>">О магазине</a></li>
</ul>
<div class="phones">
<span itemprop="telephone">(044) 303 90 15</span><br/>
<span itemprop="telephone">(093) 911 05 03</span><br/>
<span itemprop="telephone">(095) 004 56 55</span><br/>
<span itemprop="telephone">(068) 083 62 01</span>
</div>
<a class="footer-mail" href="mailto:rukza4ok@eltrade.com.ua" itemprop="email">rukza4ok@eltrade.com.ua</a>
|
3f2bc3d0
Administrator
first commit
|
438
|
</div>
|
8fef08bc
Yarik
Structure data fi...
|
439
440
441
442
443
444
445
446
447
448
449
450
451
|
<div class="content2">
<p class="txts">Подписаться на акции</p>
<?php
$subscribe = new Subscribe;
$form = ActiveForm::begin (['action' => '/subscribe']);
?>
<?php echo $form->field ($subscribe, 'email')->textInput (['placeholder' => 'E-mail', 'enableAjaxValidation' => true])->label (false); ?>
<?= $form->field ($subscribe, 'sale')->dropDownList (['10' => '10%', '20' => '20%'], ['prompt' => 'Скидка', 'enableAjaxValidation' => true])->label (false); ?>
<div class="saletxt">укажите желаемый размер скидки</div>
<?php echo Html::submitButton (' Подписаться ', ['class' => 'submit4m']); ?>
<?php ActiveForm::end (); ?>
|
8a7d402e
Yarik
Structure data fix.
|
452
|
<div class="header-time footer_time">
|
8fef08bc
Yarik
Structure data fi...
|
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
|
<table>
<tr>
<td>
<table>
<tr>
<td><span>Режим работы:</span></td>
</tr>
<tr>
<td itemprop="openingHours" datetime="Mo-Fr 10:00-19:00">пн-пт с 10.00 - 19.00</td>
</tr>
<tr>
<td itemprop="openingHours" datetime="Sa 10:00-17:00">сб с 10.00 - 17.00</td>
</tr>
<tr>
<td>вс выходной</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<div class="both"></div>
|
7026e8c8
Administrator
20.07.16
|
478
|
</div>
|
8fef08bc
Yarik
Structure data fi...
|
479
|
|
3f2bc3d0
Administrator
first commit
|
480
481
482
483
484
485
486
487
488
489
490
|
</div>
<div class="both"></div>
</div>
</div>
<div class="fotter">
<div class="wrap">
|
90a6ed1a
Administrator
basket
|
491
|
<div class="fl">© <?= date('Y')?> Rukzachok. Все права защищены.</div>
|
3f2bc3d0
Administrator
first commit
|
492
493
494
495
496
497
498
499
|
<div class="fr"><a href="http://artweb.ua" target="_blank">Создание сайтов</a> <img
src="<?= Yii::$app->request->baseUrl ?>/img/artweb.png" width="58" height="17" alt="ArtWeb Studio"/>
</div>
<div class="both"></div>
</div>
</div>
<?php $this->endBody () ?>
|
3f2bc3d0
Administrator
first commit
|
500
501
502
|
</body>
</html>
<?php $this->endPage () ?>
|