integrated a simple version of anbu into the laravel core

Signed-off-by: Dayle Rees <[email protected]>
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
Regular → Executable
+2 -1
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>