mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
Just replacing some stray tabs with spaces for indentation in this file.
This commit is contained in:
parent
51fd8fad80
commit
38f57b632c
@ -10,15 +10,15 @@ $flashvars->rooturl =$CFG->wwwroot;
|
||||
$PAGE->requires->js('/lib/swfobject/swfobject.js', true);
|
||||
|
||||
$PAGE->requires->js_function_call('swfobject.embedSWF',
|
||||
array($CFG->wwwroot.'/webservice/amf/testclient/AMFTester.swf', //movie
|
||||
'moodletestclient', // div id
|
||||
'100%', // width
|
||||
'1000', // height
|
||||
'9.0', // version
|
||||
false,//no express install swf
|
||||
$flashvars), //flash vars
|
||||
true
|
||||
);
|
||||
array($CFG->wwwroot.'/webservice/amf/testclient/AMFTester.swf', //movie
|
||||
'moodletestclient', // div id
|
||||
'100%', // width
|
||||
'1000', // height
|
||||
'9.0', // version
|
||||
false,//no express install swf
|
||||
$flashvars), //flash vars
|
||||
true
|
||||
);
|
||||
|
||||
$PAGE->set_title('Test Client');
|
||||
$PAGE->set_heading('Test Client');
|
||||
|
Loading…
x
Reference in New Issue
Block a user