Changeset 2981:801959e1f6e9 for plugins/themeEditor/class.themeEditor.php
- Timestamp:
- 03/29/15 19:58:39 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/themeEditor/class.themeEditor.php
r2890 r2981 318 318 $this->css = $this->getFilesInDir($this->user_theme,'css'); 319 319 $this->css= array_merge($this->css,$this->getFilesInDir($this->user_theme.'/style','css','style/')); 320 $this->css= array_merge($this->css,$this->getFilesInDir($this->user_theme.'/css','css','css/')); 320 321 } 321 322
Note: See TracChangeset
for help on using the changeset viewer.