2012-06-13 13:49:10 -04:00
|
|
|
|
|
|
|
<head>
|
|
|
|
<?= $meta ?>
|
|
|
|
<?= $css ?>
|
|
|
|
<?= $head_tags ?>
|
|
|
|
<title><?= $title ?></title>
|
|
|
|
<?php if (!empty($base)) { ?><base href="<?=$base ?>" /><?php } ?>
|
|
|
|
<?= $head_tags ?>
|
|
|
|
<?= $head_js ?>
|
|
|
|
</head>
|
2012-08-22 21:28:54 -04:00
|
|
|
<body<?= (!empty($body_class)) ? "class=\"" . $body_class . "\"" : ""; ?><?= (!empty($body_id)) ? " id=\"" . $body_id . "\"" : ""; ?>>
|
2012-09-12 12:57:41 -04:00
|
|
|
<script type="text/javascript">
|
|
|
|
var APP_URL = '<?= \miniMVC\site_url(); ?>';
|
|
|
|
var ASSET_URL = APP_URL.replace('index.php/', '') + 'assets/';
|
|
|
|
</script>
|
2012-09-12 10:36:43 -04:00
|
|
|
<h1><a href="<?= miniMVC\site_url('') ?>">Meta</a></h1>
|
|
|
|
[<a href="<?= miniMVC\site_url('outline')?>">Data Outline</a>]<br />
|