Lines Matching +full:template +(+path:plugin +path:dw2pdf) -(+path:plugin +path:dw2pdf +path:lang)
29 /** @var string template name, to use templates from dw2pdf/tpl/<template name> */
40 * Constructor. Sets the correct template
46 $this->tpl = $this->getExportConfig('template');
324 . $this->getExportConfig('template')
470 // load the template
471 $template = $this->loadTemplate();
480 $styles = '@page { size:auto; ' . $template['page'] . '}';
481 $styles .= '@page :first {' . $template['first'] . '}';
497 $body_start = $template['html'];
501 $body_start .= $template['cover'];
535 $pagehtml .= $this->pageDependReplacements($template['cite'], $page);
547 $body_end = $template['back'];
607 * Load the various template files and prepare the HTML/CSS for insertion
808 $styleini = css_styleini($conf['template']);
812 $styleini = $styleUtils->cssStyleini($conf['template']); // older versions need still the template
854 // template support
1022 $tplconf = $this->getConf('template');
1030 $this->exportConfig['template'] = $tpl;