first commit
This commit is contained in:
12
templates/standard/topframe.html
Executable file
12
templates/standard/topframe.html
Executable file
@ -0,0 +1,12 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="templates/{$global_template}/css/styles_pc.php" type="text/css">
|
||||
<meta http-equiv="Content-Language" content="de">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>{$global_titel}</title>
|
||||
<base target="Inhalt">
|
||||
</head>
|
||||
<body class="farbe" id='farbe1' >
|
||||
<p class="titel"><b>{$global_titel}</b></p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user