Exemplo n.º 1
0
 public function action_404()
 {
     $this->add_style('page-error.css');
     Zwidget::zadd('error/404', array(), 'content');
     return;
 }
Exemplo n.º 2
0
 public function action_index()
 {
     Zwidget::zadd('index/index', array(), 'content');
     return;
 }
Exemplo n.º 3
0
<!DOCTYPE HTML>
<html>
<?php 
include 'head.php';
?>
<body>
	<?php 
include 'top.php';
?>
	<div id="globe_wrap">
		<div id="body_wrap">
			<div id="body" class="clearfix">
				<?php 
Zwidget::zshow('content');
?>
			</div>
		</div>
	</div>
	<?php 
include 'foot.php';
?>
</body>
</html>