[svn r10929] rename the conf folder to conference (to avoid confusions)

add the path to visioclassroom
skala
Eric Marguin 18 years ago
parent c56d521976
commit 4762cae2af
  1. 3
      main/conference/index.php
  2. 22
      main/conference/liveconf.php

@ -0,0 +1,3 @@
<?php
header('Location: liveconf.php');
?>

@ -0,0 +1,22 @@
<?php
/*
* Created on 8 nov. 06
*
* To change the template for this generated file go to
* Window - Preferences - PHPeclipse - PHP - Code Templates
*/
include("../inc/global.inc.php");
api_protect_course_script();
//$nameTool = get_lang('conference');
//Display::display_header($nameTool);
$visio_link = api_get_setting('service_visio','url');
?>
<span align="center">
<iframe frameborder="0" scrolling="no" width="100%" height="100%" src="<?php echo $visio_link ?>"></iframe>
</span>
<?php
//Display::display_footer();
?>
Loading…
Cancel
Save