Esempio n. 1
0
?>
	</head>

	<body>
	<?php 
$this->beginBody();
?>
	<div class="container"
	     style="margin: 0 auto;max-width: 700px;padding-top: 80px;">
		<?php 
echo $content;
?>

		<div class="text">
			<p class="pull-left"><?php 
echo InstallerModule::poweredBy();
?>
</p>

			<p class="pull-right">Created
				By <?php 
echo Html::mailto(InstallerModule::getAuthor(), InstallerModule::getAuthorEmail());
?>
</p>
		</div>
	</div>

	<?php 
$this->endBody();
?>
	</body>