Files
oav/dotclear._no/cache/cbtpl/2d/f6/2df6477e48a35b4a9ac931532168d140.php
2023-03-20 12:18:38 +01:00

239 lines
6.8 KiB
PHP
Executable File

<!DOCTYPE html>
<html lang="<?php echo context::global_filters($core->blog->settings->system->lang,array (
0 => NULL,
'encode_xml' => 0,
'encode_html' => 0,
'cut_string' => 0,
'lower_case' => 0,
'upper_case' => 0,
'encode_url' => 0,
'remove_html' => 0,
'capitalize' => 0,
'strip_tags' => 0,
),'BlogLanguage'); ?>">
<head>
<meta charset="UTF-8" />
<title><?php echo __('Document not found'); ?> - <?php echo context::global_filters($core->blog->name,array (
0 => NULL,
'encode_xml' => 0,
'encode_html' => '1',
'cut_string' => 0,
'lower_case' => 0,
'upper_case' => 0,
'encode_url' => 0,
'remove_html' => 0,
'capitalize' => 0,
'strip_tags' => 0,
),'BlogName'); ?></title>
<!-- head-title -->
<meta name="copyright" content="<?php echo context::global_filters($core->blog->settings->system->copyright_notice,array (
0 => NULL,
'encode_xml' => 0,
'encode_html' => '1',
'cut_string' => 0,
'lower_case' => 0,
'upper_case' => 0,
'encode_url' => 0,
'remove_html' => 0,
'capitalize' => 0,
'strip_tags' => 0,
),'BlogCopyrightNotice'); ?>" />
<meta name="ROBOTS" content="<?php echo context::robotsPolicy($core->blog->settings->system->robots_policy,'NOINDEX,NOARCHIVE'); ?>" />
<!-- meta-robots -->
<meta name="description" lang="<?php echo context::global_filters($core->blog->settings->system->lang,array (
0 => NULL,
'encode_xml' => 0,
'encode_html' => 0,
'cut_string' => 0,
'lower_case' => 0,
'upper_case' => 0,
'encode_url' => 0,
'remove_html' => 0,
'capitalize' => 0,
'strip_tags' => 0,
),'BlogLanguage'); ?>" content="<?php echo context::global_filters($core->blog->desc,array (
0 => NULL,
'encode_xml' => 0,
'encode_html' => '1',
'cut_string' => '180',
'lower_case' => 0,
'upper_case' => 0,
'encode_url' => 0,
'remove_html' => '1',
'capitalize' => 0,
'strip_tags' => 0,
),'BlogDescription'); ?><?php if(!context::PaginationStart()) : ?> - <?php echo __('page'); ?> <?php echo context::global_filters(context::PaginationPosition(0),array (
0 => NULL,
'encode_xml' => 0,
'encode_html' => 0,
'cut_string' => 0,
'lower_case' => 0,
'upper_case' => 0,
'encode_url' => 0,
'remove_html' => 0,
'capitalize' => 0,
'strip_tags' => 0,
),'PaginationCurrent'); ?><?php endif; ?>" />
<meta name="author" content="<?php echo context::global_filters($core->blog->settings->system->editor,array (
0 => NULL,
'encode_xml' => 0,
'encode_html' => '1',
'cut_string' => 0,
'lower_case' => 0,
'upper_case' => 0,
'encode_url' => 0,
'remove_html' => 0,
'capitalize' => 0,
'strip_tags' => 0,
),'BlogEditor'); ?>" />
<meta name="date" content="<?php echo context::global_filters(dt::iso8601($core->blog->upddt,$core->blog->settings->system->blog_timezone),array (
0 => NULL,
'encode_xml' => 0,
'encode_html' => 0,
'cut_string' => 0,
'lower_case' => 0,
'upper_case' => 0,
'encode_url' => 0,
'remove_html' => 0,
'capitalize' => 0,
'strip_tags' => 0,
'iso8601' => '1',
),'BlogUpdateDate'); ?>" />
<!-- meta-entry -->
<!-- head-meta -->
<link rel="contents" title="<?php echo __('Archives'); ?>" href="<?php echo context::global_filters($core->blog->url.$core->url->getURLFor("archive"),array (
0 => NULL,
'encode_xml' => 0,
'encode_html' => 0,
'cut_string' => 0,
'lower_case' => 0,
'upper_case' => 0,
'encode_url' => 0,
'remove_html' => 0,
'capitalize' => 0,
'strip_tags' => 0,
),'BlogArchiveURL'); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="<?php echo context::global_filters($core->blog->url.$core->url->getURLFor("feed","atom"),array (
0 => NULL,
'encode_xml' => 0,
'encode_html' => 0,
'cut_string' => 0,
'lower_case' => 0,
'upper_case' => 0,
'encode_url' => 0,
'remove_html' => 0,
'capitalize' => 0,
'strip_tags' => 0,
'type' => 'atom',
),'BlogFeedURL'); ?>" />
<!-- head-linkrel -->
<?php try { echo $core->tpl->getData('_head.html'); } catch (Exception $e) {} ?>
<!-- html-head -->
</head>
<body class="dc-404">
<div id="page">
<?php try { echo $core->tpl->getData('_top.html'); } catch (Exception $e) {} ?>
<!-- page-top -->
<div id="wrapper" class="<?php
if (tplFreshy2Theme::$config->right_sidebar != "none")
echo "sidebar_right ";
if (tplFreshy2Theme::$config->left_sidebar != "none")
echo "sidebar_left";
?>
">
<div id="main" role="main">
<div id="content">
<?php echo tplBreadcrumb::displayBreadcrumb(''); ?>
<div id="content-info">
<h2><?php echo __('Document not found'); ?></h2>
</div>
<div class="content-inner">
<p><?php echo __('The document you are looking for does not exist.'); ?></p>
</div>
<!-- main-content -->
</div> <!-- End #content -->
<!-- wrapper-main -->
<?php if (tplFreshy2Theme::$config->right_sidebar != "none"): ?>
<div id="sidebar" class="sidebar" role="complementary">
<?php if (tplFreshy2Theme::$config->right_sidebar == "nav"): ?>
<div id="blognav">
<?php publicWidgets::widgetsHandler('nav',''); ?>
</div> <!-- End #blognav -->
<?php endif; ?>
<?php if (tplFreshy2Theme::$config->right_sidebar == "extra"): ?>
<div id="blogextra">
<?php publicWidgets::widgetsHandler('extra',''); ?>
</div> <!-- End #blognav -->
<?php endif; ?>
</div>
<?php endif; ?>
<?php if (tplFreshy2Theme::$config->left_sidebar != "none"): ?>
<div id="sidebar_left" class="sidebar" role="complementary">
<?php if (tplFreshy2Theme::$config->left_sidebar == "nav"): ?>
<div id="blognav">
<?php publicWidgets::widgetsHandler('nav',''); ?>
</div> <!-- End #blogextra -->
<?php endif; ?>
<?php if (tplFreshy2Theme::$config->left_sidebar == "extra"): ?>
<div id="blogextra">
<?php publicWidgets::widgetsHandler('extra',''); ?>
</div> <!-- End #blogextra -->
<?php endif; ?>
</div>
<?php endif; ?>
<!-- wrapper-sidebar -->
</div> <!-- End #main -->
<!-- page-wrapper -->
</div> <!-- End #wrapper -->
<?php try { echo $core->tpl->getData('_footer.html'); } catch (Exception $e) {} ?>
<!-- page-footer -->
</div> <!-- End #page -->
<!-- body-page -->
<!-- html-body -->
</body>
</html>