XoopsModules25x/smallworld

View on GitHub
class/class_collector.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * You may not change or alter any portion of this comment or credits
 * of supporting developers from this source code or any supporting source code
 * which is considered copyrighted (c) material of the original comment or credit authors.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/**
 * SmallWorld
 *
 * @copyright    The XOOPS Project (https://xoops.org)
 * @copyright    2011 Culex
 * @license      GNU GPL (http://www.gnu.org/licenses/gpl-2.0.html/)
 * @package      SmallWorld
 * @since        1.0
 * @author       Michael Albertsen (http://culex.dk) <culex@culex.dk>
 */

require_once XOOPS_ROOT_PATH . '/modules/smallworld/class/SmallworldAdmin.php';
require_once XOOPS_ROOT_PATH . '/modules/smallworld/class/SmallWorldDB.php';
require_once XOOPS_ROOT_PATH . '/modules/smallworld/class/SmallWorldUser.php';
require_once XOOPS_ROOT_PATH . '/modules/smallworld/class/SmallWorldImages.php';
require_once XOOPS_ROOT_PATH . '/modules/smallworld/class/SmallWorldProfile.php';
require_once XOOPS_ROOT_PATH . '/modules/smallworld/class/WallUpdates.php';
require_once XOOPS_ROOT_PATH . '/modules/smallworld/class/SmallWorldForm.php';
require_once XOOPS_ROOT_PATH . '/modules/smallworld/class/SmallworldUploadHandler.php';
require_once XOOPS_ROOT_PATH . '/modules/smallworld/class/SmallWorldFriends.php';
require_once XOOPS_ROOT_PATH . '/modules/smallworld/class/SmallWorldMail.php';