Перегод по клику на логотип на страницу с лентой
This commit is contained in:
parent
b9af0e2d91
commit
1dda1fb3bf
|
|
@ -2,7 +2,7 @@
|
||||||
<div class="container" style="background-color: rgba(255,255,255, 0.8);margin-top: -10px;padding-bottom: 30px;">
|
<div class="container" style="background-color: rgba(255,255,255, 0.8);margin-top: -10px;padding-bottom: 30px;">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="" style="text-align: center; padding-top: 10px;">
|
<div class="" style="text-align: center; padding-top: 10px;">
|
||||||
<a href="/"><img src="/img/logo.png" title="WIKIPOINTS.RU" style="height: 100px;" /></a>
|
<a href="/"><img src="/img/logo.png" title="Карта wikipoints" style="height: 100px;" /></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
<h4><?= $item->name ?></h4>
|
<h4><?= $item->name ?></h4>
|
||||||
</a>
|
</a>
|
||||||
<img src="<?= $item->getImg() ?>" style="width: 200px; float: left; margin: 0 10px 5px 0;"/>
|
<img src="<?= $item->getImg() ?>" style="width: 200px; float: left; margin: 0 10px 5px 0;"/>
|
||||||
<?= mb_substr($item->description, 0, 400, 'UTF-8') ?> …
|
<?= mb_substr($item->description, 0, 400, 'UTF-8') ?>…
|
||||||
<a href="/point/<?= $item->id ?>">>>></a>
|
<a href="/point/<?= $item->id ?>">>>></a>
|
||||||
</div>
|
</div>
|
||||||
<?php endforeach;?>
|
<?php endforeach;?>
|
||||||
|
|
@ -35,7 +35,7 @@
|
||||||
<?php if($item->hasImg()): ?>
|
<?php if($item->hasImg()): ?>
|
||||||
<img src="<?= $item->getImg() ?>" style="width: 200px; float: left; margin: 0 10px 5px 0;"/>
|
<img src="<?= $item->getImg() ?>" style="width: 200px; float: left; margin: 0 10px 5px 0;"/>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?= mb_substr(Markdown::getClear($item->text), 0, 400, 'UTF-8') ?> …
|
<?= mb_substr(Markdown::getClear($item->text), 0, 400, 'UTF-8') ?>…
|
||||||
<a href="/article/<?= $item->id ?>">>>></a>
|
<a href="/article/<?= $item->id ?>">>>></a>
|
||||||
<div style="clear: both;"></div>
|
<div style="clear: both;"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<a href="/"><img src="/img/logo.png" title="WIKIPOINTS.RU" /></a>
|
<a href="/feed/"><img src="/img/logo.png" title="Лента wikipoints" /></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?= isset($content) && !empty($content) ? $content : 'No content =(' ?>
|
<?= isset($content) && !empty($content) ? $content : 'No content =(' ?>
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body style="padding: 10px 25px; overflow-y: scroll;">
|
<body style="padding: 10px 25px; overflow-y: scroll;">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<a href="/"><img src="/img/logo.png" title="WIKIPOINTS.RU" /></a>
|
<a href="/"><img src="/img/logo.png" title="Карта wikipoints" /></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?= isset($content) && !empty($content) ? $content : 'No content =(' ?>
|
<?= isset($content) && !empty($content) ? $content : 'No content =(' ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue