Home
last modified time | relevance | path

Searched refs:CONF_GRID_COLUMNS (Results 1 – 5 of 5) sorted by path

/template/strap/class/
H A DTplUtility.php77 const CONF_GRID_COLUMNS = "gridColumns"; define in ComboStrap\\TplUtility
/template/strap/conf/
H A Dmetadata.php43 $meta[TplUtility::CONF_GRID_COLUMNS] = array('multichoice', '_choices' => array('12', '16'));
/template/strap/
H A Ddetail.php86 <div role="main" class="col-md-<?php tpl_getConf(TplUtility::CONF_GRID_COLUMNS) ?>">
H A Dmain.php96 $gridColumns = tpl_getConf(TplUtility::CONF_GRID_COLUMNS);
/template/strap/lang/en/
H A Dsettings.php30 $lang[TplUtility::CONF_GRID_COLUMNS] = '<a href="https://combostrap.com/dynamic/grid">Dynamic Grid</a> - The number of columns in the grid';