29 lines
960 B
Smarty
29 lines
960 B
Smarty
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||
|
<head>
|
||
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||
|
<meta name="description" content="Project X" />
|
||
|
<meta name="keywords" content="framework, developement, cms, elise,projektx,project x, projekt x, projectx" />
|
||
|
<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>
|