<?php
// If this file is called directly, abort.
if ( ! defined( 'WPINC' ) ) {
die;
}
include_once 'scrollmagic.class.php';
include_once 'options.class.php';
include_once 'shortcode.class.php';
include_once 'metabox-megamenu.class.php';
include_once 'about.class.php';
include_once 'update.class.php';