13 lines
533 B
Smarty
13 lines
533 B
Smarty
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
|
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
|
|
<meta content="Recensio.org Bickpage" name="description"/>
|
|
<meta content="books, dvds, review, rezensionen, community, chat, buecher, dvd, buch, book" name="keywords"/>
|
|
<meta content="becast.at" name="author"/>
|
|
{$meta}
|
|
<title>{$user.sitetitle}</title>
|
|
<link rel="stylesheet" type="text/css" href="{$path}modules/nickpage/templates/default/styles.css" />
|
|
</head>
|
|
<body>
|
|
{$content}
|
|
</body>
|
|
</html>
|