allerta-vvf/server/services.php

5 lines
98 B
PHP
Raw Normal View History

2020-07-03 12:10:41 +02:00
<?php
require_once 'ui.php';
2020-07-10 13:07:19 +02:00
loadtemplate('services.html', ['titolo' => t('Services',false)]);
2020-07-03 12:10:41 +02:00
?>