Пример #1
0
  // Load jQuery
  google.load("jquery", "1");
</script>
<script type="text/javascript" src="<?=assets_url()?>js/jquery-ui-1.7.2.custom.min.js"></script>
</head>

<body class="minimal">

<div id="hd">
	<div id="suphd">
		<a href="<?=site_url('dashboard')?>" id="ScreenBug" title="Go to Dashboard"><span>Go to Dashboard</span></a>
	</div>
	<div id="subhd">
		<h1>G-LAB</h1>
	</div>
</div>
<div id="bd">
	<h2><?php echo $pageTitle ?></h2>
	<?php foreach (User_Notice::fetch_array() as $notice) : ?>
		<div class="notice <?=$notice->type?>">
			<?=$notice?>
		</div>
	<?php endforeach; ?>
	<?php echo $content['body'] ?>
</div>
<div id="ft">
<?php $this->load->view('_footer'); ?>
</div>

</body>
</html>