VK in logo

This commit is contained in:
Krivchikov Dmitry 2014-09-02 11:01:44 +04:00
parent bba1358be8
commit fe6b96d9b9
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@
<body> <body>
<div class="header"> <div class="header">
<a href="/"><h1>WikiPoints</h1></a> <a href="/"><h1>WikiPoints</h1></a>
<a href="http://vk.com/wikipoints" target="_blank"><img src="/img/vk.png" width="24" height="24" style="margin: 0 0 10px 10px;"/></a>
</div> </div>
<?= isset($content) && !empty($content) ? $content : 'No content =(' ?> <?= isset($content) && !empty($content) ? $content : 'No content =(' ?>
<?= self::renderPartial('modals/about.php', array(), true) ?> <?= self::renderPartial('modals/about.php', array(), true) ?>