Перегод по клику на логотип на страницу с лентой

This commit is contained in:
Krivchikov Dmitry 2015-10-17 20:12:08 +03:00
parent b9af0e2d91
commit 1dda1fb3bf
3 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
<div class="container" style="background-color: rgba(255,255,255, 0.8);margin-top: -10px;padding-bottom: 30px;">
<div class="row">
<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 class="row">
@ -21,7 +21,7 @@
<h4><?= $item->name ?></h4>
</a>
<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 ?>">&gt;&gt;&gt;</a>
</div>
<?php endforeach;?>
@ -35,7 +35,7 @@
<?php if($item->hasImg()): ?>
<img src="<?= $item->getImg() ?>" style="width: 200px; float: left; margin: 0 10px 5px 0;"/>
<?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 ?>">&gt;&gt;&gt;</a>
<div style="clear: both;"></div>
</div>

View File

@ -41,7 +41,7 @@
</head>
<body>
<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>
<?= isset($content) && !empty($content) ? $content : 'No content =(' ?>

View File

@ -46,7 +46,7 @@
</head>
<body style="padding: 10px 25px; overflow-y: scroll;">
<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>
<?= isset($content) && !empty($content) ? $content : 'No content =(' ?>