$this->start,'end' => $this->end, 'view' => $this->view), False);
if($this->config->conf['use_calendar']){
echo "
";
}
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 "
page.$qsa."\">\n";
}
if($this->config->conf['show_xml_icon'] == 1 && $position == "graph" && $xml_icon == TRUE){
$qsa = pnp::addToUri(array(), False);
echo "
\n";
}
if($this->data->getFirstPage() && $this->isAuthorizedFor('pages') ){
echo "
\n";
}
echo "
\n";
if($this->data->getFirstSpecialTemplate() ){
echo "
\n";
}
echo "
\n";
?>