PHP Classes

File: themes/default/components/view/attribution.twig

Recommend this page to a friend!
  Classes of Aby Dahana   Aksara   themes/default/components/view/attribution.twig   Download  
File: themes/default/components/view/attribution.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Aksara
A CodeIgniter based API and CRUD generator
Author: By
Last change: Refine themes and its components
Date: 3 days ago
Size: 401 bytes
 

Contents

Class file image Download
<div class="w-100"> {% for label, value in content %} <div class="row mb-1 border-top"> <div class="col-12 col-sm-4"> <label class="text-muted"> {{ label }} </label> </div> <div class="col-12 col-sm-8"> {{ value }} </div> </div> {% endfor %} </div>