<?
include "../langconfig.php";
include "../lang/".$Lang.".php";
?>
<html>
<head><title>MyzCI _ <? echo $lng_simple." - ".$lng_management_pages ?></title>
<meta http-equiv="Pragma" content="no-cache"></head>
<frameset rows="65,*" framespacing="0" frameborder="0">
<frame name="top" scrolling="no" noresize src=../frontend/top.php>
<frameset cols="150,*" frameborder=1>
<frame name="left" target="right" src=../frontend/lefttable.php scrolling="auto">
<frame name="right" src=../index.php scrolling="yes">
</frameset>
</frameset>
</html>