PHP Classes

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

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

Contents

Class file image Download
<h2>{{ __("Gadgets") }}</h2> <p> {{ __( "Gadgets are prepackaged upgrades for your Airship. " ~ "You can browse and install gadgets from the Skyport. " ~ "Gadgets come in two flavors:" ) }} </p> <ol> <li>{{ __("Universal Gadgets") }}</li> <li>{{ __("Cabin-specific Gadgets") }}</li> </ol> <h3>{{ __("Manage Installed Gadgets") }}</h3> <ul> <li> <a href="{{ cabin_url() }}gadgets/universal"> {{ __("Universal Gadgets") }} </a> </li> <li> {{ __("Manage Gadgets for a specific Cabin") }} <ul> {% for cabin in cabins %} <li> <a href="{{ cabin_url() }}gadgets/cabin/{{ cabin|e('url') }}"> {{ __("Gadgets for <b>%s</b>", "default", cabin|e('html')) }} </a> </li> {% endfor %} </ul> </li> </ul>