Home
last modified time | relevance | path

Searched refs:compactView (Results 1 – 1 of 1) sorted by relevance

/plugin/structpublish/action/
H A Dbanner.php20 protected $compactView; variable in action_plugin_structpublish_banner
47 $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';