Changeset 400
- Timestamp:
- Mar 20, 2010, 6:04:42 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/export/create_addon.php
r376 r400 157 157 158 158 // Generate file Translates.xml 159 $Buffer = '<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/.\FrameXML\UI.xsd"> <scriptfile="BookPage_1.lua"/>'."\n";159 $Buffer = '<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/.\FrameXML\UI.xsd">'."\n"; 160 160 foreach($CreatedFileList as $CreatedFile) 161 161 $Buffer .= '<script file="'.$CreatedFile.'.lua"/>'."\n";
Note:
See TracChangeset
for help on using the changeset viewer.