BeCastWebEngine/themes/default/header.tpl
2025-06-22 22:26:19 +02:00

29 lines
844 B
Smarty

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de_AT">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="BeCastWebEngine" />
<meta name="keywords" content="framework, development, cms,BeCastWebEngine,BeCast WebEngine" />
<meta name="author" content="becast.at" />
<link type="text/css" rel="stylesheet" href="{$path}themes/default/style.css" media="screen,projection" />
{$meta}
<title>{$sitetitle}</title>
</head>
<body onload="onLoad()">
{literal}
<script type="text/javascript">
function popup(url,args) {
ok = window.open(url,' ',args)
if (ok) return false;
else return true;
}
{/literal}
</script><div id="sitetitle">
<img src="{$path}themes/default/images/projectx.png" />
</div>
<div id="container">
<div id="menu">
{$topnavlist}
</div>