Betreff: Re: "hauptoptionen-menue" von mcleines am 10.02.2005 14:33:23
Wie auf xoops.org beschrieben:http://www.xoops.org/modules/newbb/viewtopic.php?topic_id=25275&forum=28&post_id=110408
<head>
<meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" />
<meta http-equiv="content-language" content="<{$xoops_langcode}>" />
<meta name="robots" content="<{$xoops_meta_robots}>" />
<meta name="keywords" content="<{$xoops_meta_keywords}>" />
<meta name="description" content="<{$xoops_meta_description}>" />
<meta name="rating" content="<{$xoops_meta_rating}>" />
<meta name="author" content="<{$xoops_meta_author}>" />
<meta name="copyright" content="<{$xoops_meta_copyright}>" />
<meta name="generator" content="XOOPS" />
<title><{$xoops_sitename}> - <{$xoops_pagetitle}></title>
<link href="<{$xoops_url}>/favicon.ico" rel="SHORTCUT ICON" />
<link rel="stylesheet" type="text/css" media="screen" href="<{$xoops_url}>/xoops.css" />
<link rel="stylesheet" type="text/css" media="screen" href="<{$xoops_themecss}>" />
<!-- RMV: added module header -->
[color=993333]<{$xoops_module_header}>[/color]
<script type="text/javascript">
<!--
<{$xoops_js}>
//-->
</script>
</head>
Du hast diese Zeile in deine theme.html noch nicht eingetragen!
|