Add basic service/site/incident listings to the homepage.

Basic functionality to serve as a test case for core class development.
This commit is contained in:
2011-12-17 01:04:05 +00:00
parent a783317fdf
commit 95d1bcd28e
3 changed files with 43 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
<?php
$services = StatusBoard_Service::all();
$this->smarty->assign('services', $services);
?>