TESTING - Title Bar Search
This commit is contained in:
parent
a409ad4418
commit
81afba529f
@ -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' => '195x40', 'id' => 'logo')), CONFIG()->url_base) ?><span><?= $this->partial('search') ?> <?= $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) ?> <?= $this->partial('search') ?></h2></div>
|
||||||
<?= $this->partial('layouts/menu') ?>
|
<?= $this->partial('layouts/menu') ?>
|
||||||
</div>
|
</div>
|
||||||
<?= $this->partial('layouts/login') ?>
|
<?= $this->partial('layouts/login') ?>
|
||||||
|
Reference in New Issue
Block a user