removed project name from menu
This commit is contained in:
parent
4cdcfcf443
commit
0cd4e6de39
|
@ -3,11 +3,13 @@
|
|||
<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>
|
||||
<!--
|
||||
<?php if ($this->themeSetting('logo')): ?>
|
||||
<a href="<?php echo $site->url(); ?>" class="site-title"><img src="<?php echo $this->themeSettingAssetUrl('logo'); ?>" title="Logo"></a>
|
||||
<?php else: ?>
|
||||
<a href="<?php echo $site->url(); ?>" class="site-title"><?php echo $this->pageTitle($site->title()); ?></a>
|
||||
<?php endif; ?>
|
||||
-->
|
||||
</nav>
|
||||
<div class="top-bar-right" id="responsive-menu">
|
||||
<?php echo $site->publicNav()->menu()->setPartial('common/foundation-navigation.phtml')->renderPartialWithParams(['layout' => 'dropdown']); ?>
|
||||
|
@ -15,4 +17,4 @@
|
|||
<?php echo $this->partial('common/search-form'); ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue