bcast-bridge/web/index.php

10 lines
170 B
PHP
Raw Normal View History

2006-12-11 21:36:44 +01:00
<?php
require_once('include.php');
$smarty = new MySmarty();
$smarty->assign('bridges', Bridge::getAll());
$smarty->displaySite('Bridge Overview', 'overview.tpl');
?>