TESTING - New compact hedder!
This commit is contained in:
parent
a03efb51dc
commit
203e57a85b
@ -2,7 +2,7 @@
|
|||||||
<div id="header">
|
<div id="header">
|
||||||
<div id="title">
|
<div id="title">
|
||||||
<h2 id="site-title">
|
<h2 id="site-title">
|
||||||
<?= $this->linkTo($this->imageTag('/images/logo_small.png', ['alt' => CONFIG()->app_name, 'size' => '521x75', 'id' => 'logo']), $this->rootPath()) ?>
|
<?= $this->linkTo($this->imageTag('/images/logo_small.png', ['alt' => CONFIG()->app_name, 'size' => '389x40', 'id' => 'logo']), $this->rootPath()) ?>
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
<?= $this->partial('layouts/menu') ?>
|
<?= $this->partial('layouts/menu') ?>
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<?= $this->partial('layouts/news') ?>
|
<?= $this->partial('layouts/news') ?>
|
||||||
<div id="header">
|
<div id="header">
|
||||||
<div id="title"><h2 id="site-title"><?= $this->linkTo($this->imageTag('images/logo_small.png', array('alt' => CONFIG()->app_name, 'size' => '521x75', 'id' => 'logo')), CONFIG()->url_base) ?><span><?= $this->tag_header($this->h($this->params()->tags)) ?></span></h2></div>
|
<div id="title"><h2 id="site-title"><?= $this->linkTo($this->imageTag('images/logo_small.png', array('alt' => CONFIG()->app_name, 'size' => '389x40', 'id' => 'logo')), CONFIG()->url_base) ?><span><?= $this->tag_header($this->h($this->params()->tags)) ?></span></h2></div>
|
||||||
<?= $this->partial('layouts/menu') ?>
|
<?= $this->partial('layouts/menu') ?>
|
||||||
</div>
|
</div>
|
||||||
<?= $this->partial('layouts/login') ?>
|
<?= $this->partial('layouts/login') ?>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<div id="header">
|
<div id="header">
|
||||||
<div id="title">
|
<div id="title">
|
||||||
<h2 id="site-title">
|
<h2 id="site-title">
|
||||||
<?= $this->linkTo($this->imageTag('/images/logo_small.png', ['alt' => CONFIG()->app_name, 'size' => '521x75', 'id' => 'logo']), $this->rootPath()) ?>
|
<?= $this->linkTo($this->imageTag('/images/logo_small.png', ['alt' => CONFIG()->app_name, 'size' => '389x40', 'id' => 'logo']), $this->rootPath()) ?>
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
<?= $this->partial('layouts/menu') ?>
|
<?= $this->partial('layouts/menu') ?>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<div id="static-more">
|
<div id="static-more">
|
||||||
<div id="title"><h2><?= $this->linkTo($this->imageTag('images/logo_small.png', ['alt' => CONFIG()->app_name, 'size' => '521x75', 'id' => 'logo']), 'root') ?></h2></div>
|
<div id="title"><h2><?= $this->linkTo($this->imageTag('images/logo_small.png', ['alt' => CONFIG()->app_name, 'size' => '389x40', 'id' => 'logo']), 'root') ?></h2></div>
|
||||||
<div>
|
<div>
|
||||||
<ul>
|
<ul>
|
||||||
<li><h4><?= $this->t('static_t1') ?></h4></li>
|
<li><h4><?= $this->t('static_t1') ?></h4></li>
|
||||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user