- Added new Icon to theme.
- Fixed a bug in language file loading routine.
2 files modified
1 files added
| | |
| | | $filename = ISPC_ROOT_PATH.'/'.$filename; |
| | | if(substr($filename,-4) != '.lng') $this->error('Language file has wrong extension.'); |
| | | if(file_exists($filename)) { |
| | | @include_once($filename); |
| | | @include($filename); |
| | | if(is_array($wb)) { |
| | | if(is_array($this->_wb)) { |
| | | $this->_wb = array_merge($this->_wb,$wb); |
| | |
| | | .topnav-dashboard { |
| | | background-image: url('../../icons/x32/dashboard.png') !important; |
| | | } |
| | | |
| | | .topnav-vm{ |
| | | background-image: url('../../icons/x32/drawer.png') !important; |
| | | } |
| | | |
| | | .topnav-billing{ |
| | | background-image: url('../../icons/x32/calculator.png') !important; |
| | | } |
| | | |
| | | } |