Changeset 1129:6041311d1408 for plugins
- Timestamp:
- 03/25/13 14:10:04 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/themeEditor/class.themeEditor.php
r1037 r1129 243 243 foreach ($langs as $k => $v) { 244 244 if ($this->parent_theme) { 245 $this->po = array_merge($this->po,$this->getFilesInDir($this->parent_theme.'/locales/'.$v,'po',$v.'/' ,'main.po'));246 } 247 $this->po = array_merge($this->po,$this->getFilesInDir($this->user_theme.'/locales/'.$v,'po',$v.'/' ,'main.po'));245 $this->po = array_merge($this->po,$this->getFilesInDir($this->parent_theme.'/locales/'.$v,'po',$v.'/')); 246 } 247 $this->po = array_merge($this->po,$this->getFilesInDir($this->user_theme.'/locales/'.$v,'po',$v.'/')); 248 248 } 249 249 }
Note: See TracChangeset
for help on using the changeset viewer.