menu($version); $t = Msd_Language::getInstance()->getTranslator(); ?>
controller == 'index')
echo 'class="active"';?>>
getIcon('Home', $t->_('L_HOME'), 48);?>
|
controller == 'config')
echo 'class="active"';?>>
getIcon('Configure', $t->_('L_CONFIG'), 48);?>
|
controller == 'files' && $this->action == 'restore')
echo 'class="active"';?>>
getIcon('RestoreDatabase', $t->_('L_RESTORE'), 48);?>
|
controller == 'files' && $this->action != 'restore')
echo 'class="active"';?>>
getIcon('FileManagement', $t->_('L_FILE_MANAGE'), 48);?>
|
controller == 'sql')
echo 'class="active"';?>>
getIcon('SqlBrowser', $t->_('L_SQL_BROWSER'), 48);?>
|
controller == 'sql.server')
echo 'class="active"';?>>
getIcon('Server', $t->_('L_SQL_SERVER'), 48);?>
|
controller == 'log')
echo 'class="active"';?>>
getIcon('log', $t->_('L_LOG'), 48);?>
|
databases) > 0): ?>
controller == 'dump')
echo 'class="active"';?>>
getIcon('BackupDatabase', $t->_('L_DUMP'), 48);?>
|