PHP Classes

File: src/Cabin/Bridge/View/author/photos.twig

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

Contents

Class file image Download
{% extends base_template() %} {% set title = __("Photos for Author ") %} {% block main %} {% include cargo("bridge_authors_photos") ignore missing %} {% endblock %} {% block page_js %} <script src="{{ "/static/Bridge/author_photos.js"|cachebust }}"></script> {% endblock %}