tbrehm
2011-02-08 63776f96c2f8b5eaab5fde9b3cdd9b05cdd4795f
- Added new Icon to theme.
- Fixed a bug in language file loading routine.
2 files modified
1 files added
10 ■■■■■ changed files
interface/lib/app.inc.php 2 ●●● patch | view | raw | blame | history
interface/web/themes/default/css/navigation/nav_top.css 8 ●●●●● patch | view | raw | blame | history
interface/web/themes/default/icons/x32/calculator.png patch | view | raw | blame | history
interface/lib/app.inc.php
@@ -183,7 +183,7 @@
        $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);
interface/web/themes/default/css/navigation/nav_top.css
@@ -98,5 +98,13 @@
    .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;
    }
}
interface/web/themes/default/icons/x32/calculator.png