Updates and cleanup
This commit is contained in:
parent
3e1a5a06b3
commit
1599a338e5
19 changed files with 65 additions and 90 deletions
|
@ -1,4 +1,4 @@
|
|||
<div id="footer">© 2009 astat-Team | Original Design by <a href="mailto:ray.gerrard@ntlworld.com">Ray Gerrard</a> | mySQL Queries: {$queries}<br />Powered by <a href="http://www.astat.org">astat</a> {$version}</div></div>
|
||||
<div id="footer">© 2009-2025 becast.at | Original Design by Ray Gerrard | mySQL Queries: {$queries}<br />Powered by <a href="https://webengine.becast.at">BeCast WebEngine</a> {$version}</div></div>
|
||||
<script type="text/javascript" src="{$path}js/fancy-form/mootools.js"></script>
|
||||
<script type="text/javascript" src="{$path}js/fancy-form/moocheck.js"></script>
|
||||
</body>
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
<!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" />
|
||||
<!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>
|
||||
|
||||
{$meta}
|
||||
<title>{$sitetitle}</title>
|
||||
</head>
|
||||
|
||||
<body onload="onLoad()">
|
||||
{literal}
|
||||
<script type="text/javascript">
|
||||
|
@ -19,10 +19,11 @@ 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}
|
||||
</script><div id="sitetitle">
|
||||
<img src="{$path}themes/default/images/projectx.png" />
|
||||
</div>
|
||||
<div id="container">
|
||||
|
||||
<div id="menu">
|
||||
{$topnavlist}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue