Explorar o código

Update template.php

FusionPBX hai 1 ano
pai
achega
053cfd367b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      themes/default/template.php

+ 1 - 1
themes/default/template.php

@@ -1176,7 +1176,7 @@
 <body>
 <body>
 
 
 	{*//video background *}
 	{*//video background *}
-	{if !empty(settings.theme.background_video_enabled) && $settings.theme.background_video_enabled == 'true' && !empty($settings.theme.background_video)}
+	{if !empty($settings.theme.background_video_enabled) && $settings.theme.background_video_enabled == 'true' && !empty($settings.theme.background_video)}
 		<video id="background-video" autoplay muted poster="" disablePictureInPicture="true" onloadstart="this.playbackRate = 1; this.pause();">
 		<video id="background-video" autoplay muted poster="" disablePictureInPicture="true" onloadstart="this.playbackRate = 1; this.pause();">
 			<source src="{$settings.theme.background_video}" type="video/mp4">
 			<source src="{$settings.theme.background_video}" type="video/mp4">
 		</video>
 		</video>