<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?= papa_title() ?></title>
<link rel="shortcut icon" href="<?= papa_get_base_url()?>/favicon.ico" type="image/x-icon"/>
<meta http-equiv="Content-Language" content="English" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="author" content="PHP PAPA" />
<meta name="description" content="<b>PHP-PAPA</b><ul><li>A fast,free,simple and intuitive php framework</li><li><a href='http://www.phppapa.com/downloads.html'>Download</a></li><li><a href='http://www.phppapa.com/guide.html'>Guide</a></li></ul><br/>" />
<meta name="keywords" content="php,mvc,framework,lightweight,codeigniter" />
<meta name="Robots" content="index,follow" />
<?papa_use_current_theme_css()?>
<!--<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="rss/" />-->
</head>
<body>
<!-- <marquee>*** Site under construction *** </marquee> -->
<? include 'header.php'; ?>
<div class='page'>
<div class='content_wrapper'>
<?
$this->includeView($view,$params);
?>
</div>
<?
papa_component('home.footer');
?>
</div>
<?
//papa_component('analytics');
include ('footer.php');
?>
</body>
</html>
|