Lines Matching defs:template
3 namespace dokuwiki\template\bootstrap3;
8 * @link http://dokuwiki.org/template:bootstrap3
16 protected $template;
18 public function __construct(Template $template)
20 $this->template = $template;
355 $event->data = $this->template->normalizeContent($event->data);
374 * Load the template assets (Bootstrap, AnchorJS, etc)
377 * @todo Move the specific-padding size of Bootswatch template in template.less
387 $fixed_top_navbar = $this->template->getConf('fixedTopNavbar');
389 if ($google_analitycs = $this->template->getGoogleAnalitycs()) {
402 $navbar_height = $this->template->getNavbarHeight();
413 if ($this->template->getConf('tocCollapseSubSections')) {