[*] Classes : images.inc.php functions are now all deprecated, use the new class ImageManager instead

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12596 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-01-23 10:21:51 +00:00
parent 08a13fcc92
commit ebec527630
32 changed files with 569 additions and 427 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
class ImageManager extends ImageManagerCore
{
}