PHP Classes

File: theme/default/layouts/default.php

Recommend this page to a friend!
  Classes of Shaikh Sonny Aman   PHP-PAPA   theme/default/layouts/default.php   Download  
File: theme/default/layouts/default.php
Role: Auxiliary script
Content type: text/plain
Description: fw file
Class: PHP-PAPA
Framework with MVC support
Author: By
Last change:
Date: 15 years ago
Size: 1,441 bytes
 

Contents

Class file image Download
<!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="&lt;b&gt;PHP-PAPA&lt;/b&gt;&lt;ul&gt;&lt;li&gt;A fast,free,simple and intuitive php framework&lt;/li&gt;&lt;li&gt;&lt;a href='http://www.phppapa.com/downloads.html'&gt;Download&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://www.phppapa.com/guide.html'&gt;Guide&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br/&gt;" />
    <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>