Home
last modified time | relevance | path

Searched refs:includeId (Results 1 – 1 of 1) sorted by last modified time

/template/mikio/
H A Dmikio.php1008 * @param boolean $includeId Include the dw__pagetools id in the element.
1011 public function includePageTools(bool $print = true, bool $includeId = false)
1018 $html .= '<nav' . ($includeId === true ? ' id="dw__pagetools"' : '') . ' class="hidden-print dw__pagetools">';
1033 includePageTools(bool $print = true, bool $includeId = false) global() argument