<?php
|
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Action/Action.php');
|
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Action/InteractAction.php');
|
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Action/CommunicateAction.php');
|
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Action/OrganizeAction.php');
|
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Action/PlanAction.php');
|
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Action/ScheduleAction.php');
|