Fixing a little things

Took 6 hours 23 minutes
This commit is contained in:
2020-10-03 19:53:03 +02:00
parent a1b0f7d681
commit f6d2e3a62a
6 changed files with 43 additions and 90 deletions

View File

@ -11,6 +11,7 @@ class FaqController extends DefaultController
$view->set_placeholder( 'room_name', $room['name'] );
$view->set_placeholder( 'room_code', $room['code'] );
$view->set_placeholder( 'share_url', SHARE_URL_PREFIX . $room['code'] );
$view->set_placeholder( 'wasted_time', WASTED_TIME );
return $view->getHtml();