update main branch #47
|
@ -1,8 +1,8 @@
|
|||
<div class="top-bar">
|
||||
<nav class="top-bar-left">
|
||||
<div class="title-bar" data-responsive-toggle="responsive-menu" data-hide-for="large">
|
||||
<!-- <div class="title-bar" data-responsive-toggle="responsive-menu" data-hide-for="large">
|
||||
<button class="menu-toggle" type="button" data-toggle="offCanvas" aria-label="<?php echo $this->translate('Menu'); ?>"><i class="fas fa-bars"></i></button>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<?php if ($this->themeSetting('logo')): ?>
|
||||
<a href="<?php echo $site->url(); ?>" class="site-title"><img src="<?php echo $this->themeSettingAssetUrl('logo'); ?>" alt="<?php echo $site->title(); ?>" title="<?php echo $site->title(); ?>"></a>
|
||||
|
@ -13,8 +13,8 @@
|
|||
</nav>
|
||||
<div class="top-bar-right" id="responsive-menu">
|
||||
<?php echo $site->publicNav()->menu()->setPartial('common/foundation-navigation.phtml')->renderPartialWithParams(['layout' => 'dropdown']); ?>
|
||||
<div class="search">
|
||||
<?php echo $this->partial('common/search-form'); ?>
|
||||
</div>
|
||||
<!-- <div class="search"> -->
|
||||
<?php //echo $this->partial('common/search-form'); ?>
|
||||
<!-- </div> -->
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -64,9 +64,9 @@ endif;
|
|||
<?php //echo $titlelogo; ?>
|
||||
<!-- </a> -->
|
||||
|
||||
<h1 id="archive_page_title"
|
||||
<!-- <h1 id="archive_page_title"
|
||||
class="archive-page-title">
|
||||
</h1>
|
||||
</h1> -->
|
||||
|
||||
<?php
|
||||
//echo $page;
|
||||
|
|
Loading…
Reference in New Issue