| 41 | | $template['folder'] = file_get_contents(dirname(__FILE__)."/templates/file_folder.html"); |
|---|
| 42 | | $template['file'] = file_get_contents(dirname(__FILE__)."/templates/file_file.html"); |
|---|
| 43 | | $template['file_wizard'] = file_get_contents(dirname(__FILE__)."/templates/file_wizard.html"); |
|---|
| | 41 | templates_add_context('folder', 'mod/file/templates/file_folder.html'); |
|---|
| | 42 | templates_add_context('file', 'mod/file/templates/file_file.html'); |
|---|
| | 43 | templates_add_context('file_wizard', 'mod/file/templates/file_wizard.html'); |
|---|