<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
	"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="<?= $this->language ?>" lang="<?= $this->language ?>" dir="<?= $this->dicection ?>">
<head>
	<jdoc:include type="head" style="xhtml" />	
</head>
<body>
	<h1><?= $mainframe->getCfg('sitename') ?></h1>
	<jdoc:include type="modules" name="top" />
	<jdoc:include type="modules" name="left" />
	<jdoc:include type="component" />
	<?/*<jdoc:include type="modules" name="right" />*/?>
</body>
</html>
