cloud_bbb/templates/forward.php

13 lines
346 B
PHP
Raw Permalink Normal View History

2020-08-25 13:17:35 +02:00
<?php
/** @var $_ array */
/** @var $l \OCP\IL10N */
style('core', 'guest');
2022-10-26 19:16:51 +02:00
?>
2020-08-25 13:17:35 +02:00
<div class="update bbb">
<h2><?php p($_['room']) ?></h2>
<p><?php p($l->t('You will be forwarded to the room in the next few seconds.')); ?><br />
<br />
<a href="<?php print_unescaped($_['url']); ?>"><?php p($l->t('Let\'s go!')); ?></a></p>
</div>