update to v4.0.0; point to local host of SWF
This commit is contained in:
parent
3ce41a78b4
commit
35358baac9
26 changed files with 6837 additions and 4949 deletions
|
|
@ -1306,8 +1306,12 @@ function prepare_body($item,$attach = false) {
|
|||
if(strpos($mime, 'video') !== false) {
|
||||
if(!$vhead) {
|
||||
$vhead = true;
|
||||
$a->page['htmlhead'] .= replace_macros(get_markup_template('videos_head.tpl'), array());
|
||||
$a->page['end'] .= replace_macros(get_markup_template('videos_end.tpl'), array());
|
||||
$a->page['htmlhead'] .= replace_macros(get_markup_template('videos_head.tpl'), array(
|
||||
'$baseurl' => $a->get_baseurl(),
|
||||
));
|
||||
$a->page['end'] .= replace_macros(get_markup_template('videos_end.tpl'), array(
|
||||
'$baseurl' => $a->get_baseurl(),
|
||||
));
|
||||
}
|
||||
|
||||
$id = end(explode('/', $the_url));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue