Active
Project:
SlideShowPro
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2009 at 07:25 UTC
Updated:
7 Apr 2009 at 07:25 UTC
I'm using this with ssp director, so inside my node-page.tpl.php file i use the following code
$ssp_args = array (
'path' => 'ssp_director/images.php?album=' . $node->field_sspalbum[0]['value'],
);
The problem is that the path goes through the url function, but I'm using multiple languages, so I changed line 192 in slideshowpro.module
$flash_vars = 'xmlfilepath='. url($args['path'], array('absolute' => TRUE, 'language' => ''));