Esempio n. 1
0
  /**
   * Return modules.
   */
  getModules: function(){
    return <?php 
echo $toC_Desktop_Settings->getModules();
?>
;
  },
  
  /**
   * Return the launchers object.
   */
  getLaunchers : function(){
    return <?php 
echo $toC_Desktop_Settings->getLaunchers();
?>
;
  },
  
  /**
   * Return the Styles object.
   */
  getStyles : function(){
    return <?php 
echo $toC_Desktop_Settings->getStyles();
?>
;
  },
  
  /**