Home
last modified time | relevance | path

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

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