20 kb Code, soo groß isses wieder auch nicht.
Das besondere an dieser Engine soll ja sein, dass sie klein ist und eigentlich auf jedem Brauser laufen sollte, ohne JavaScript, Java, Flash usw... Reines
HTML (Nur die Musik mit Flash, das lässt sich halt nicht anders amchen)
EDIT: Hab mir das Smarty mal angeschaut. Tolle Sache, aber für meine Templates reicht das auch aus. Mein Main-Template ist sehr einfach, sieht etwa so aus:
Code:
<
html>
<head>
<title>$title</title>
<meta http-equiv="Content-Type" content="text/
html; charset=ISO-8859-1">
</head>
<body>
<style type="text/css">a { color:black; font-size:15px; text-decoration:none; line-height:15px;}</style>
$menu
<span style="position: absolute; left:8; top:52; width:700; height:500; background:
url($bgpicture) no-repeat scroll 0px 0px">
$redirect
$selecteditempic
$objectbit
<table style="position: absolute; left:8; top:508; width:700">
<tr><td style="text-align: center;">$message</td></tr>
<tr><td>$pocket</td></tr>
</table>
$bgmusic
</body>
</
html>