Ejemplo n.º 1
0
  /**
   * Return the Styles object.
   */
  getStyles : function(){
    return <?php 
echo $toC_Desktop_Settings->getStyles();
?>
;
  },
  
  /**
   * Return the gadgets in the sidebar.
  */
  getGadgets: function() {
    return <?php 
echo $toC_Desktop_Settings->getGadgets();
?>
;
  },
  
  /***
   * Return the sidebar status.
  */
  isSidebarOpen: function() {
    return <?php 
echo $toC_Desktop_Settings->isSidebarOpen();
?>
;
  },
  
  /**