PHP Classes

File: src/Cabin/Hull/View/cargo/header.twig

Recommend this page to a friend!
  Classes of Scott Arciszewski   CMS Airship   src/Cabin/Hull/View/cargo/header.twig   Download  
File: src/Cabin/Hull/View/cargo/header.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CMS Airship
Content management system with security features
Author: By
Last change:
Date: 7 years ago
Size: 683 bytes
 

Contents

Class file image Download
<div class="header_wrap">{# #}<div class="content-sandwich">{# #}<a href="{{ cabin_url() }}" id="hull-header-image-link">{# #}<img alt="{{ __("CMS Airship")|e('html_attr') }}" class="float-left" id="hull-header-icon" src="/img/airship-icon.svg" title="{{ __("CMS Airship - Powered by Paragon Initiative Enterprises")|e('html_attr') }}" /></a> <h1>{{ SETTINGS.title }}</h1> <h2>{{ SETTINGS.tagline }}</h2>{# #}</div>{# #}</div> <nav> <div class="content-sandwich"> <ul class="navigation"> {% include cargo("base_nav") %} </ul> </div> </nav>