Ejemplo n.º 1
0
";
              }
            }
          });
        }
      }],
      toolPanelWidth: 115
    };
  },
    
  /**
   * Return modules.
   */
  getModules: function(){
    return <?php 
echo $toC_Desktop_Settings->getModules();
?>
;
  },
  
  /**
   * Return the launchers object.
   */
  getLaunchers : function(){
    return <?php 
echo $toC_Desktop_Settings->getLaunchers();
?>
;
  },
  
  /**