Searched refs:MAX_COLS (Results 1 – 1 of 1) sorted by relevance
15 public const MAX_COLS = 12; define in syntax_plugin_pagequery147 $opt['cols'] = ($value > self::MAX_COLS) ? self::MAX_COLS : $value;