PHP Classes

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

Recommend this page to a friend!
  Classes of Scott Arciszewski   CMS Airship   src/Cabin/Bridge/View/cargo/header.twig   Download  
File: src/Cabin/Bridge/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: 720 bytes
 

Contents

Class file image Download
<div class="header_wrap bridge_header_wrap"> <a href="{{ cabin_url('Hull') }}" id="hull-header-image-link">{# #}<img alt="{{ __("CMS Airship")|e('html_attr') }}" class="float-left" id="bridge-header-icon" src="/img/airship-icon.svg" title="{{ __("CMS Airship - Powered by Paragon Initiative Enterprises")|e('html_attr') }}" /></a> <div id="bridge_greeting_right"> {% if showmenu and userid() > 0 %} {{ __("Hello, %s.", "default", user_display_name()) }} {% elseif cabin_custom_config()['board']['enabled'] %} {{ __("Please create an account or log in.") }} {% else %} {{ __("Please log in.") }} {% endif %} </div> </div>