コード例 #1
0
ファイル: default.php プロジェクト: nirix-old/litepress
</div>
			<?php 
}
?>
			<?php 
if (Session::get_flash('notice')) {
    ?>
				<div class="notice"><?php 
    echo implode('<br />', (array) Session::get_flash('notice'));
    ?>
</div>
			<?php 
}
?>
			<section id="page">
				<?php 
echo $content;
?>
			</section>
			<footer id="footer">
				LitePress <?php 
echo LitePress::version();
?>
 &copy; <?php 
echo Html::anchor('http://nirix.net/go=litepress', 'Nirix');
?>
<br />Page rendered in {exec_time}s using {mem_usage}mb of memory.
			</footer>
		</div>
	</body>
</html>