1
0
Fork 0

update to v4.0.0; point to local host of SWF

This commit is contained in:
Zach Prezkuta 2013-05-11 10:49:54 -06:00
commit 35358baac9
26 changed files with 6837 additions and 4949 deletions

View file

@ -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));