PHP Classes

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

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

Contents

Class file image Download
<div id="blog_header_inner"> <h1>{{ blogTitle | default( SETTINGS.blog.title | default('Airship Blog') ) }}</h1> {% if blogtagline or SETTINGS.blog.tagline %} <p class="tagline">{{ blogTagline|default(SETTINGS.blog.tagline) }}</p> {% endif %} </div>