1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-06-26 03:50:46 +03:00

Новая шапка + favicon

This commit is contained in:
Alexander Yakovlev 2017-01-08 18:51:51 +07:00
parent 59e2bf1df6
commit 48369a348a
6 changed files with 12 additions and 12 deletions

View file

@ -73,5 +73,5 @@
* Шапка сайта * Шапка сайта
*/ */
.ls-jumbotron { .ls-jumbotron {
background-image: url(../images/header.jpg); background-image: url(../images/header.png);
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 318 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

BIN
assets/images/header.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

View file

@ -67,8 +67,8 @@
*} *}
{if Config::Get( 'view.layout_show_banner' )} {if Config::Get( 'view.layout_show_banner' )}
{component 'jumbotron' {component 'jumbotron'
title = Config::Get('view.name') title = ' '
subtitle = Config::Get('view.description') subtitle = ' '
titleUrl = {router page='/'} titleUrl = {router page='/'}
classes = 'layout-header'} classes = 'layout-header'}
{/if} {/if}
@ -178,4 +178,4 @@
{* Подключение тулбара *} {* Подключение тулбара *}
{component 'toolbar' classes='js-toolbar-default' items={show_blocks group='toolbar'}} {component 'toolbar' classes='js-toolbar-default' items={show_blocks group='toolbar'}}
{/block} {/block}

View file

@ -1,21 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<skin> <skin>
<name> <name>
<lang name="default">Developer</lang> <lang name="default">IFHub</lang>
</name> </name>
<author> <author>
<lang name="default">LiveStreet Developers Team</lang> <lang name="default">Alexander Yakovlev</lang>
</author> </author>
<homepage>http://livestreet.ru</homepage> <homepage>https://ifhub.club</homepage>
<version>2.0</version> <version>1.0</version>
<requires> <requires>
<livestreet>2.0</livestreet> <livestreet>2.0</livestreet>
<plugins> <plugins>
</plugins> </plugins>
</requires> </requires>
<description> <description>
<lang name="ru">Шаблон для разработчиков</lang> <lang name="ru">Шаблон ifhub.club</lang>
<lang name="default">Template for developers</lang> <lang name="default">Template for ifhub.club</lang>
</description> </description>
<themes> <themes>
<item> <item>
@ -33,4 +33,4 @@
</description> </description>
</item> </item>
</themes> </themes>
</skin> </skin>