Searched refs:compactView (Results 1 – 1 of 1) sorted by relevance
20 protected $compactView; variable in action_plugin_structpublish_banner47 $this->compactView = (bool)$this->getConf('compact_view');59 $compactClass = $this->compactView ? ' compact' : '';116 $text = $this->getLang($this->compactView ? "compact_banner_$name" : "banner_$name");127 $tag = $this->compactView ? 'span' : 'p';