Beispiel #1
0
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?php 
echo meta::get_title();
?>
 | <?php 
echo store::name();
?>
</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="description" content="<?php 
echo meta::get_description();
?>
" />
<meta name="keywords" content="<?php 
echo meta::get_keywords();
?>
" />
<?php 
echo theme::stylesheet('css/main');
echo theme::script('js/jquery');
echo theme::script('/js/application');
echo theme::render_script();
?>
</head>
<body id="<?php 
echo theme::body_id();
?>
" class="<?php 
echo theme::body_class();
?>