integrated a simple version of anbu into the laravel core

Signed-off-by: Dayle Rees <thepunkfan@gmail.com>
This commit is contained in:
Dayle Rees
2012-03-28 10:30:51 +01:00
parent 2c12be305d
commit 66ff8a4076
7 changed files with 617 additions and 2 deletions

3
application/views/home/index.php Normal file → Executable file
View File

@@ -88,6 +88,7 @@
</style>
</head>
<body>
<?php Anbu::render(); ?>
<div id="main">
<h1>Welcome To Laravel</h1>
@@ -126,4 +127,4 @@
</ul>
</div>
</body>
</html>
</html>