diff --git a/flextype/Flextype.php b/flextype/Flextype.php index 5d80c15b..d5e67beb 100755 --- a/flextype/Flextype.php +++ b/flextype/Flextype.php @@ -96,6 +96,9 @@ class Flextype // Get Images Instance Images::getInstance(); + // Get Snippets Instance + Snippets::getInstance(); + // Get Themes Instance Themes::getInstance();