PHP Classes

File: src/Cabin/Bridge/View/skyport.twig

Recommend this page to a friend!
  Classes of Scott Arciszewski   CMS Airship   ???   Download  
File: src/Cabin/Bridge/View/???
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CMS Airship
Content management system with security features
Author: By
Last change: Update of src/Cabin/Bridge/View/skyport.twig
Date: 10 days ago
Size: 465 bytes
 

Contents

Class file image Download
{% extends base_template() %} {% block main %} <h2 class="bottom-pad">{{ __("Skyport - Manage Extensions") }}</h2> <div id="skyport"> <div id="skyport-left"> {% include cargo("skyport_left") %} </div> <div id="skyport-main"> {% include cargo("skyport_main") %} </div> </div> {% endblock %} {% block page_js %} <script src="{{ "/static/Bridge/skyport.js"|cachebust }}"></script> {% endblock %}