mirror of https://github.com/movim/movim
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
341 B
13 lines
341 B
<?php /* -*- mode: html -*- */
|
|
?><!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
<?php $this->scripts(); ?>
|
|
<title><?php echo t('Visio-conference');?></title>
|
|
</head>
|
|
<body>
|
|
Qualitaÿ
|
|
<?php $this->widget('Visio', false);?>
|
|
</body>
|
|
</html>
|