diff --git a/flextype/Flextype.php b/flextype/Flextype.php index 9eaadf1c..c705c5fa 100755 --- a/flextype/Flextype.php +++ b/flextype/Flextype.php @@ -93,6 +93,9 @@ class Flextype // Get Cache Instance Cache::getInstance(); + // Get Images Instance + Images::getInstance(); + // Get Themes Instance Themes::getInstance();