public function action_404() { $this->add_style('page-error.css'); Zwidget::zadd('error/404', array(), 'content'); return; }
public function action_index() { Zwidget::zadd('index/index', array(), 'content'); return; }
<!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>