Home
last modified time | relevance | path

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

/template/strap/renderer/
H A Drenderer.php43 protected $sectionNumber = 0; variable in renderer_plugin_combo_renderer
117 $this->sections[$this->sectionNumber] = array(
126 $this->sectionNumber = $this->sectionNumber + 1;
156 …$this->sections[$this->sectionNumber] = array('level' => $this->previousNodeLevel, 'position' => $…
162 foreach ($this->sections as $sectionNumber => $section) {
174 …$this->doc .= "<p>Section " . $sectionNumber . ": (" . $sectionLineCount . "|" . $currentLineCount…
/template/strap/ComboStrap/Tag/
H A DAdTag.php67 …public static function showAds($sectionLineCount, $currentLineCountSinceLastAd, $sectionNumber, $a… argument
85 … $sectionNumber > self::CONF_ADS_MIN_SECTION_NUMBER_DEFAULT // Doesn't show any ad before
91 …$sectionNumber > self::CONF_ADS_MIN_SECTION_NUMBER_DEFAULT && // Above the minimum number of secti…