// ---------------------------------------------------------------------------------------
    // ---------------------------------------------------------------------------------------
    //  Title für Neue Artikel
    // ---------------------------------------------------------------------------------------
    case FILENAME_PRODUCTS_NEW:
        $meta_title = metaTitle($breadcrumbTitle, $Page, $addNewsShopTitle ? ML_TITLE : '');
        $canonical_url = xtc_href_link(FILENAME_PRODUCTS_NEW, ltrim($page_param, '&'), $request_type, false);
        break;
        // ---------------------------------------------------------------------------------------
        //  Title für sonstige Seiten
        // ---------------------------------------------------------------------------------------
    // ---------------------------------------------------------------------------------------
    //  Title für sonstige Seiten
    // ---------------------------------------------------------------------------------------
    default:
        $meta_title = metaTitle($breadcrumbTitle, $Page, $addOthersShopTitle ? ML_TITLE : '');
        //DokuMan - 2010-12-13 - added meta pagination
        break;
        // ---------------------------------------------------------------------------------------
}
// Ende Switch
// ---------------------------------------------------------------------------------------
//  ... und wenn nix drin, dann Standard-Werte nehmen
// ---------------------------------------------------------------------------------------
// Description ...
if (empty($meta_descr)) {
    $meta_descr = ML_META_DESCRIPTION;
    $metaDesLength = false;
}
// Title ...
if (empty($meta_title)) {
Exemple #2
0
      <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
</head>
<body>
	<div class="container">
		<div class="row">
			<div class="col-xs-12 col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3">
				<article>
					<div class="main">
						<header>
							<h1><img src="<?php 
imgUrl('lightwork.png');
?>
" alt="<?php 
metaTitle();
?>
"/></h1>
							<h2>Well, this is 404 page...</h2>
						</header>
						<section>
							<?php 
include templatePath('messages.php');
?>
							<div>
								<p>
									It means that the server wasn't able to find the resource you're looking for <?php 
if (isset($_REQUEST['action'])) {
    echo "(<em>{$_REQUEST['action']}</em>)";
}
?>
Exemple #3
0
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />

<title><?metaTitle();?></title>

<meta name="description" content="<?metaDescription();?>"> 
<meta name="keywords" content="<?metaKeywords();?>"> 
<meta name="author" content="Nick Cottrell, Brand Experience Designer">

<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

<link href="/css/base.css" rel="stylesheet" type="text/css" />
</head>
<?layoutTop()?>