PHP Classes

File: engine/modules/core/grid/grid.qtags.inc

Recommend this page to a friend!
  Classes of Aldo Tripiciano   Quanta CMS   engine/modules/core/grid/grid.qtags.inc   Download  
File: engine/modules/core/grid/grid.qtags.inc
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Quanta CMS
Manage content that works without a database
Author: By
Last change:
Date: 5 years ago
Size: 309 bytes
 

Contents

Class file image Download
<?php function qtag_GRID_CAROUSEL($env, $target, $attributes) { $attributes['module'] = 'grid'; $attributes['tpl'] = 'grid'; $attributes['flickity_theme'] = 'actionbutton'; $attributes['pageDots'] = 'true'; $attributes['editable'] = 'false'; return qtag_CAROUSEL($env, $target, $attributes); }