コード例 #1
0
ファイル: tocdesktop.php プロジェクト: Doluci/tomatocart
  /**
   * 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();
?>
;
  },
  
  /**