1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-23 14:44:29 +02:00

Featurebox now accepts videos. Some minor tweaking to the Bootstrap3 template.

This commit is contained in:
Cameron
2014-01-14 12:19:06 -08:00
parent 748888f2de
commit 712379f52e
5 changed files with 35 additions and 10 deletions

View File

@@ -2822,7 +2822,7 @@ class e_parser
return '<div class="video-responsive video-thumbnail thumbnail">'.$video.'</div>';
}
return '<div class="video-responsive">'.$video.'</div>';
return '<div class="'.vartrue($parm['class'],'video-responsive').'">'.$video.'</div>';
}
if($type == 'mp4') //TODO FIXME