mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Default Template & Active Calls (Dashboard): Resolve PHP Warnings noticed on login.
This commit is contained in:
@@ -1201,7 +1201,7 @@
|
||||
<body>
|
||||
|
||||
{*//video background *}
|
||||
{if !empty({$background_video})}
|
||||
{if !empty($background_video)}
|
||||
<video id="background-video" autoplay muted poster="" disablePictureInPicture="true" onloadstart="this.playbackRate = 1; this.pause();">
|
||||
<source src="{$background_video}" type="video/mp4">
|
||||
</video>
|
||||
|
||||
Reference in New Issue
Block a user