diff options
author | Christophe.Boulain <> | 2009-06-02 08:16:54 +0000 |
---|---|---|
committer | Christophe.Boulain <> | 2009-06-02 08:16:54 +0000 |
commit | 0847a5cb9bc02872e472622e1eec56896a412078 (patch) | |
tree | 0f43a88df53333f01e06e1f214c31a77f412e1c0 /demos/quickstart/protected/pages/ActiveControls/Samples/DragDrop/Home.php | |
parent | 0ce86cec9911151088341846dd2677bfed2ff51e (diff) | |
parent | 8e0cb0ff0a89603740c7a46a43c87a6d3267ca6f (diff) |
Merging latest 3.1 changes into trunk
Diffstat (limited to 'demos/quickstart/protected/pages/ActiveControls/Samples/DragDrop/Home.php')
-rwxr-xr-x | demos/quickstart/protected/pages/ActiveControls/Samples/DragDrop/Home.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/quickstart/protected/pages/ActiveControls/Samples/DragDrop/Home.php b/demos/quickstart/protected/pages/ActiveControls/Samples/DragDrop/Home.php index 276ee6a4..0e4f6193 100755 --- a/demos/quickstart/protected/pages/ActiveControls/Samples/DragDrop/Home.php +++ b/demos/quickstart/protected/pages/ActiveControls/Samples/DragDrop/Home.php @@ -20,12 +20,12 @@ class Home extends TPage return array ( array ( 'ProductId' => 'Product1', - 'ProductImageUrl' => $this->publishAsset('assets/product1.png'), + 'ProductImageUrl' => $this->publishAsset('images/product1.png'), 'ProductTitle' => 'Cup' ), array ( 'ProductId' => 'Product2', - 'ProductImageUrl' => $this->publishAsset('assets/product2.png'), + 'ProductImageUrl' => $this->publishAsset('images/product2.png'), 'ProductTitle' => 'T-Shirt' ) ); |