TESTING - Logo Correction and updatre
This commit is contained in:
parent
3b2d51012a
commit
bb497367cb
@ -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' => '389x40', 'id' => 'logo']), $this->rootPath()) ?>
|
<?= $this->linkTo($this->imageTag('/images/logo_small.png', ['alt' => CONFIG()->app_name, 'size' => '195x40', 'id' => 'logo']), $this->rootPath()) ?>
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
<?= $this->partial('layouts/menu') ?>
|
<?= $this->partial('layouts/menu') ?>
|
||||||
|
@ -132,7 +132,7 @@ container
|
|||||||
</script>
|
</script>
|
||||||
<?= $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' => '389x40', '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' => '195x40', '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' => '389x40', 'id' => 'logo']), $this->rootPath()) ?>
|
<?= $this->linkTo($this->imageTag('/images/logo_small.png', ['alt' => CONFIG()->app_name, 'size' => '195x40', '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' => '389x40', 'id' => 'logo']), 'root') ?></h2></div>
|
<div id="title"><h2><?= $this->linkTo($this->imageTag('images/logo_small.png', ['alt' => CONFIG()->app_name, 'size' => '195x40', '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>
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 3.3 KiB |
Reference in New Issue
Block a user