23 lines
287 B
PHP
23 lines
287 B
PHP
<?php
|
|
|
|
/**
|
|
* Observium
|
|
*
|
|
* This file is part of Observium.
|
|
*
|
|
* @package observium
|
|
* @subpackage web
|
|
* @copyright (C) Adam Armstrong
|
|
*
|
|
*/
|
|
|
|
?>
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<?php
|
|
|
|
print_neighbours($vars);
|
|
|
|
?>
|
|
</div>
|
|
</div>
|