2021-04-28 20:10:26 +02:00

20 lines
808 B
Smarty

{*************************************
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
* SPDX-License-Identifier: AGPL-3.0-only
************************************}
<nav class="navbar navbar-fixed-top vte-newsletter-wizard-navbar">
<div class="container-fluid" style="display:flex;align-items:center;justify-content:flex-start;">
<div class="nav navbar-nav" style="display:flex;width:100%;float:none;">
<a href="#"><img src="themes/logos/VTENEXT_header.png" style="max-height:35px;" /></a>
</div>
<div class="nav navbar-nav" style="white-space:nowrap;float:none;">
<h1 style="font-size:18px;">
<strong>Newsletter Wizard</strong>
</h1>
</div>
<div class="nav navbar-nav" style="width:100%;float:none;"></div>
</div>
</nav>
<div class="header__bg"></div>