$this->start, 'end' => $this->end, 'view' => $this->view], false);
if ($this->config->conf['use_calendar']) {
echo '
 . 'media/images/calendar.png)
';
}
if ($this->config->conf['use_fpdf'] == 1 && ( $position == 'graph' || $position == 'special')) {
echo '
 .
)
\n";
}
if ($this->config->conf['use_fpdf'] == 1 && $position == 'basket') {
echo '
 .
)
\n";
}
if ($this->config->conf['use_fpdf'] == 1 && $position == 'page') {
echo '
 .
)
\n";
}
if ($this->config->conf['show_xml_icon'] == 1 && $position == 'graph' && $xml_icon == true) {
$qsa = pnp::addToUri([], false);
echo '
 .
)
\n";
}
if ($this->data->getFirstPage() && $this->isAuthorizedFor('pages')) {
echo '
 . )
\n";
}
echo '
 . )
\n";
if ($this->data->getFirstSpecialTemplate()) {
echo '
 .
)
\n";
}
echo '
 . )
\n";
?>