Пример #1
0
		<?php 
SCPartial::render("shared/header");
?>
    <?php 
echo $flash_message;
?>
		<div id="pagecontainer">
			<h1><?php 
SCLayout::yield("title");
?>
</h1>

			<?php 
SCLayout::yield("util_links");
?>
      <?php 
SCLayout::yield("content");
?>
      <?php 
SCPartial::render("shared/notifier");
?>
		</div>
	<?php 
SCPartial::render("shared/js_includes");
?>
	<?php 
SCBlock::render("javascript");
?>
	</body>
</html>